Customers
Signup forms

Customize Signup Form via URL

4min

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.

Query Parameters

successText

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
Document image


successSubText

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!
Document image


redirect

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

Combining Multiple Query Parameters

Use an ampersand & to combine multiple query parameters.

https://lab.aiq.com/joinMembers/1034?successText=Nice%20Job!&successSubText=Way%20to%20go!

Updated 06 Nov 2024
Doc contributor
Doc contributor
Doc contributor
Doc contributor
Did this page help you?