in reply to Re^4: Passing form parameters same CGI page
in thread Passing form parameters same CGI page

That has just revealed what is _actually_ happening. You have created multiple forms and the one you are submitting has no input fields. The way I can think of to handle this is, INPUT TYPE=HIDDEN, and start the form before the search results. (Fixing the invariant fields, and prepopulating the ones which can be changed).

  • Comment on Re^5: Passing form parameters same CGI page