Speed up widget development with Sitefinity MCP server. Learn more...

Multipage forms

Overview

NOTE: Multipage forms are available to use in ASP.NET Core and Next.js based frontends as of version Sitefinity CMS 15.4.8629.

You can create ASP.NET Core / Next.js forms with multipage layout to break up long or complex forms. This way, you enable site visitors to complete (for example) a very long survey, application form or questionnaire, through the intuitive and personalizable user interface of a multipage form.
You add a navigation bar to the form to let users know how long the form is and how close they are to completion. In addition, the users can easily navigate between the consecutive pages (steps) of the form.

You design the layout of multipage forms using these out-of-the-box widgets: Form page and Form navigation.
You break up the complex forms using the Form page widget, which splits the form into multiple subsequent pages.
You configure the form page sequence (the steps) using the Form navigation widget, based on the number of Form page widgets you've added.

For information how to design and configure multipage forms, follow the procedures in Create and design multipage forms and Configure multipage form widgets.

Form validation

Validation of multipage forms is handled client-side. When a user tries to navigate forward from one page to the next, the current page is validated. Users cannot proceed to the next page/step if the current step failed to pass the validation. For example, if you have placed a required field where the user did not provide any valid input, the multipage form validation mechanism does not allow them to proceed to the next step.

Form notifications

Once visitors submit their answers to a multipage form on your website, you can set up notifications, confirmation emails, and manage large volumes of form responses in the backend and frontend. In addition, you can export form responses for further analysis and use.
The submitted responses are visible in Sitefinity CMS backend and accessible through the Forms page.

For more information, see Set up sending emails for form responses.

NEW TO SITEFINITY?

Want to learn more?

Enhance your Sitefinity skills by enrolling in free training sessions. Become Sitefinity certified through Progress Education Community to strengthen your professional credentials.

Get started with Integration Hub | Sitefinity Cloud

This free lesson teaches administrators, marketers, and other business professionals how to use the Integration hub service to create automated workflows between Sitefinity and other business systems.

Web Security for Sitefinity Administrators

This free lesson teaches administrators the basics about protecting your Sitefinity instance and its sites from external threats. Configure HTTPS, SSL, allow lists for trusted sites, and cookie security, among others.

Foundations of Sitefinity ASP.NET Core Development

The free on-demand video course teaches developers how to use Sitefinity ASP.NET Core and take advantage of its decoupled architecture and modern development model.

Tags

ASP.NET Core Next.js

Was this article helpful?