I have a form that will be embedded in two different pages, each serving a different country. I like to fix the country name in the address field by passing the value through the URL.
I tried inspecting the form source, identifying the element name and passing the value like below:
http://mydomain.com/machform/view.php?id=10610&element_5_6=Singapore
This isn't working.
Also, I like to make the country field read only after setting this value so the user can't change it.
How can I do this?
Thank you!