Multi-page Forms

Figure 1 Example of multi-page form consisting of 3 steps i.e., Personal Details, Social Profile, Account Basic Detail.

Multi-page forms are used to divide long forms into multiple smaller forms that contain different sections. This facilitates better understanding of the forms.

For example, purchasing of a product would include multiple steps such as – adding product to cart, entering shipping information, payment information, review order and then the final purchase order.

NOTE:

  • New to accessibility or uncertain of requirements, it will be helpful to review all sections below.
  • Already familiar with requirements, skip to the “Working Example” section for sample HTML, CSS and JavaScript (when needed), along with a working demo.