r3h6/form-frontend-validation

Frontend validation for the TYPO3 form framework.

Installs: 6 386

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 2

Open Issues: 2

Type:typo3-cms-extension

2.0.1 2023-06-03 18:35 UTC

This package is auto-updated.

Last update: 2024-04-03 20:17:43 UTC


README

Latest Stable Version TYPO3 12 TYPO3 11 Total Downloads Monthly Downloads

form_frontend_validation

Frontend validation for the TYPO3 form framework.

Adds data attributes to form elements for the Parsley JavaScript form validation library.
Currently implemented validators:

  • AdvancedPassword
  • AlphanumericValidator
  • CountValidator
  • DateRangeValidator
  • EmailAddressValidator
  • FloatValidator
  • IntegerValidator
  • NotEmptyValidator
  • NumberRangeValidator
  • NumberValidator
  • RegularExpressionValidator
  • StringLengthValidator

Installation

$ composer req r3h6/form-frontend-validation

Integration

Include in your TypoScript template following static templates:

  • Form Validation "Parsley"
  • Form Validation "Parsley JavaScript" (Optional)
  • Form Validation "Parsley Styles" (Optional)

New template paths will be added to the form framework on key 11. If you changed the form field partial template you must add following HTML code to your partial:

<span id="{element.uniqueIdentifier}-errors" class="error help-block"></span>