This project is no longer maintained and no further public releases are planned.

No further support will be given.

Feel free to fork the git repository.

###submit_step_[stepnumber]###

Use this to generate the attribute "name" of a submit button to jump directly to the specified step. This only works if "allowStepJumps" is enabled.

Version added

1.5.0

Example code

<input type”submit” ###submit_reload### value=”Upload file now” />

Will result in 

<input type”submit” name=”prefix[step-stepnumber-reload]”  value=”Upload file now” />