Prepopulate form field via url parameters

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!

Hi @BLM

You can use URL paths, save them and pass them to any iFrame source URL. They work like page variables:

In the example above, I created and bound a URL path called ‘‘p’’ which has a default value of ‘‘integrations’’.