Skip to main content

Step

The step object contains methods used in multi-step/multi-flow forms.

Tip

For more details about this feature visit multi-steps feature.

Usage

To access Step object and all its customization options use your browsers console and type:

window?.esForms?.step

Example

This example will change the form step to the provided step id.

window?.esForms?.step?.goToNextStep('<formId>', '<nextStepId>');