Hello,
This is my first post. and is not a straight forward questions i guess…
I am building a very long form. the relevant flow are as follows:
I send an applicant a url, this url will be
www.mydomain/email_verification?p=kkkk
or
www.mydomain/email_verification?p=cccc
in this page there is a form, including a hidden short text box (p), which should be prepopulated with the url parameter kkkk, or cccc, where kkkk and cccc are the person who is going to take care of this application.
If anyone can help me on how i should set up this hidden text box.
Then this data (kkkk or cccc) would become a variable in the link of an iframe link to the next page.
If anyone can help me on how to insert a variable into iframe on the next page.
Thank you, thank you, thank you!