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://www.smartwaiver.com/m/autotag/autotag.php?autotag_waiverid=4fc7d12601941&autotag_val=1234
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]