Step Teleport
Last updated
Last updated
Attribute: superform-goto = number-of-step
eg. superform-goto=5
Apply to: Next
, Back
, Radio Skip
buttons that trigger the form navigation action.
Description: Allows you to go to a specific step in the form. This attribute takes a number that corresponds to the step number you want to go to.
Example: if you have 10 steps in total, then the counting starts from 1 and ends to 10.
🎲 Dynamic Endings: Only 1 ending is counted in the total steps length, since the ending step is computed dynamically as the form progress. Example: if you have 10 steps & 3 ending steps, the total length of the steps is: 11.
🏆 Point-Based Completion: going to previous step will remove any points collected until this step.