Get form by url

juansolos 08 Jun, 2017
Hi,
i have a form with a select list field named "tobe" (values : i am, you are, ...)
I am looking for get the form page by url and be able to select a value in the url.
Maybe something like that www.mywebsite.com/myform-page&tobe=i am
Any idea?

Regards
GreyHead 09 Jun, 2017
Hi Juansolos,

That should work but you will probably need to url_encode any values that have spaces in them - and possibly url_decode them again in the form ON Load event to get the values to match.

Bob
This topic is locked and no more replies can be posted.