I am working on a website where an URL is composed after submitting a GET form. The form values are passed as an array of variables of which at least one must b
The parameter names come from the form's fields' name
attributes.
So to make the form query for name=lorem+ipsum
the input would have to look like this:
You should look at the name
attributes, I'm guessing they are generated by some code you are using to create the code? The empty query parameters come from other input fields in the form. If you want full control of the query string, create the form by hand.