1. Fields
  2. MultiStep Field

Fields

MultiStep Field

The MultiStep Field allows for presenting fields in a form in a paginated fashion.

Basic usage

Adds a multistep field to the fields of an action. This is essentially a group of fields that are paginated. In the following example, the first page contains a text field for inputting first names, and the second page contains a 'contact_info' field for inputting mobile numbers and email addresses.

loading...

See fields for common parameters

Result

MultiStep MultiStep Field Page 1 MultiStep MultiStep Field Page 2

Parameters

fields

required
object
This is an object that contains the fields that will be paginated. Each key in the object is the name of the field, and the value is the field object.

See fields for common parameters