How to create multi-page forms¶
Creating multi-page forms in Mautic is useful for improving user experience by breaking down lengthy forms into manageable sections. This can lead to higher completion rates and better data quality.
For example, you can use multi-page forms for user onboarding, surveys, or detailed lead capture forms.
Steps¶
- Go to the Mautic dashboard, select
Components, and click onForms. - Click on
Newto start creating a new form. - Add the necessary fields for the first page of your form. For example,
NameandEmail. - Use the
Page breakfield to split the form into multiple pages. - Continue adding fields for the next pages after each page break. For example, on the second page, add fields like
Interest,Country, andPhone. - Customize each field as needed, such as setting validation rules or default values.
- Define what happens after the form is submitted, such as redirecting to another URL or displaying a thank you message.
- Once all fields and page breaks are added, click
Save and Close.
Results¶
- Users can navigate through multiple pages of the form without issues.
- All data from each page is captured and stored correctly in Mautic.
- Improved user experience with a structured and easy-to-follow form.
Success
Use progressive profiling to gradually collect more information from users over time, which can help in reducing form abandonment rates and improving data quality.