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_nextStep###

Use this in multi step forms to add a submit button pointing to the next step.This will be replaced with the name attribute for the submit button.

Version added

1.0.0

Example code

<input type”submit” ###submit_nextStep### value=”###LLL:next###” />

Will result in 

<input type”submit” name=”prefix[step-stepnumber-next]”  value=”###LLL:next###” />