You are passing a custom value (for example a session or customer id) to Smartwaiver and want it returned to your server (via the URL) when the participant is redirected upon the completion of their Smartwaiver.
Example of Goal:
Your customer ID is 1234. You pass this using auto-tagging to Smartwaiver:
https://waiver.smartwaiver.com/w/[template_id]/web?auto_tag=1123232
You want the customer redirected to the following link after they complete their waiver:
https://www.myserver.com/waivercomplete/?customer_id=1234
You can create custom URLs using our auto-tagging feature. Then when setting your Redirect URL set the location where you want the custom value to “[autotag]”.
For example in this case:
https://www.myserver.com/waivercomplete/?customer_id=[autotag]