Customize Signup Form via URL
Signup form query parameters allow you to customize how a signup form behaves based on the URL.
These query parameters override their corresponding settings within the form template builder.
This is helpful when you want to make one signup form template act differently in different instances (in-store tablet, iframes, your company's main homepage, etc.) by just changing the URL.
successText is used to change the title of the success pop-up.
Nice Job! as the title:
- https://lab.aiq.com/joinMembers/1034?successText=Nice%20Job!
- Note: %20 denotes a space within query parameters
successSubText is used to change the subtext of the success pop-up.
You did it! as the subtext:
- https://lab.aiq.com/joinMembers/1034?successSubText=You%20did%20it!
redirect immediately redirects the user's browser to the link provided after a successful sign-up submission
Redirect to aiq.com: https://lab.aiq.com/joinMembers/1034?redirect=https://aiq.com
Use an ampersand & to combine multiple query parameters.
https://lab.aiq.com/joinMembers/1034?successText=Nice%20Job!&successSubText=Way%20to%20go!