OK, so I am trying to have a link to the contact page of my website auto-load a certain form field (drop down choice), but I need the form field to be different with each link. So I figure it has to be the URL itself that needs some code attached to the end in order to auto-select the drop down choice.
My problem is that I don't know exactly what code needs to go in the URL, I figure it's something like
#input_field_id.focus(); after the page link. Is it even possible? For example, my form name is "form1" and I want it to auto-select "iPhone Screen Replacement" under the "Enquiry" drop down menu.
The page of my website can be found
here