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.

###validation-status###

If you use autoDisableSubmitButton, Formhandler disables the submit button depending on the status of the error checks of the form.

To be able to style the submit button or other stuff based on the validation status, you can add this marker to your form.

Formhandler replaces the marker with "formhandler-validation-status form-invalid". If the form is valid the replacement is "formhandler-validation-status form-valid".

Version added

1.1.0

Example code

<input type="submit" ###submit_nextStep### class="button submit ###validation-status###" value="###LLL:submit###" />