Query string parameters for dropdown
-
I am trying to pass a query string parameter to set a dropdown box but I cannot get the dropdown to change.
Here is the code for the dropdown, `<select style=”text-align:left;” id=”fscf_field3_19″ name=”referred-by-social-media”>
<option value=”1″>Social Media</option>
<option value=”2″>Other</option>
</select>`I want to set it to “Other” from the query string. I tried /?3field19=2, /?3ex_field19=2.
What is the correct query string to use?
Thanks
The topic ‘Query string parameters for dropdown’ is closed to new replies.