Form Specific Links
In order to take a customer directly to a form specific link you can use this specific formula!
https://URL/?f=FORMID
If you would like to pre-fill specific inputs in a form then you can modify it to be:
https://URL/?f=FORMID&<INPUT_ID_1>=<VALUE_1>
or
https://URL/?f=FORMID&<INPUT_ID_1>=<VALUE_1>&<INPUT_ID_2>=<VALUE_2>
Updated 2 days ago