Set up redirection after form submission¶
Setting up redirection after form submission in Mautic is crucial for guiding users to the next step in their journey, such as a thank-you page or additional resources. This process ensures a seamless user experience and can help in tracking conversions effectively.
Info
We’re assuming you already have a URL of the page where users will land after submitting the form.
Steps¶
- Log in to your Mautic dashboard.
- Navigate to Components and select Forms.
- Choose the form you want to edit or create a new form.
- Go to the Details tab within the form settings.
- Select "Redirect URL" from the dropdown menu of successful submit actions.
- Enter the full URL (including
https://) of the page you want to redirect to in the provided field. - Save the form settings.
Success
Test the form by submitting it to ensure the redirection works as expected.
Results¶
- Successful redirection to the specified URL after form submission.
- Confirmation that the form submission data is recorded in Mautic.
- No errors or hanging on a "Please Wait" message.
Info
If the form does not redirect correctly, try clearing the cache by going to Components > Forms, selecting all forms, and clicking the green arrow to rebuild the cache.
Warning
Always use the full URL (including https://) to avoid issues with redirection.