Form Specific Links
Form-specific links are useful when you want to take a customer directly to a specific form without requiring them to choose from multiple options. This is especially helpful for personalized referral links, targeted marketing campaigns, or onboarding flows where different users should see different pre-filled inputs.
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=FORM_ID&INPUT_ID_1=VALUE_1
or
https://URL/?f=FORM_ID&INPUT_ID_1=VALUE_1&INPUT_ID_2=VALUE_2
For example:
https://apply.capybarabank.com/?f=12345&200010=true&200011=hello
Note: You will need to mark each input as a "Prefill Input" in the form settings. Multiple prefill inputs need to be comma separated.

Updated 7 days ago