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

Use this in multi step forms to add a submit button pointing to the previous step. This will be replace with the name attribute of the submit button.

Version added

1.0.0

Example code

<input type”submit” ###submit_prevStep### value=”###LLL:prev###” />

Will result in 

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