onStepNumberChange( )


Runs a callback when a Wix Form navigates to another step.

Method Declaration
Copy
Method Parameters
callbackfunctionRequired

callback(currentStepNumber: number): void Callback for the changed form step number.

Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?