The Form Submission code area in the Tracking Pixels section allows you to redirect registrants to a designated website/webpage after they fill out the form.
Here’s how to set it up:
- Login to Goldcast Studio and open your preferred event.
- Click Registration → Tracking Pixels & Tags on the left sidebar.
- Scroll to the Form Submission section and click the Edit button.
- Enter the following code snippet here:
window.location.href = "https://www.example.com/"
- Replace the URL in the above example with the URL to which you want to redirect registrants.
- Click Save.
For example, this code snippet
window.location.href = "https://www.goldcast.io/"
redirects registrants to the Goldcast website once they submit the registration form.