Feature #31094
closedIntegrate client-side validation
0%
Description
Currently the submitted data of the form is only validated on the server side.
It would be really handy to have at least some basic validations available on the client-side (as it has been with the old default TYPO3 form cObject).
Updated by Björn Jacob over 9 years ago
- Category changed from Form Framework to 1602
Updated by Björn Jacob over 9 years ago
- Category changed from 1602 to Form Framework
Updated by Benni Mack about 9 years ago
- Target version changed from 7.5 to 8 LTS
Updated by Björn Jacob about 9 years ago
- Status changed from New to Needs Feedback
- Assignee set to Oliver Hader
Would it be enough to have nowadays only the ideas of #69974 supported?
Updated by Riccardo De Contardi about 9 years ago
I am in favor of the solution #69974 and not a full client-side javascript validation, because there is plenty of libraries that do that:
- http://parsleyjs.org/
- http://verifyjs.com/
- http://rickharrison.github.io/validate.js/
- http://jqueryvalidation.org/
which one is to be chosen? IMO it is a matter of tastes (I use Foundation which has its own plugin "abide" validation)
Updated by Björn Jacob almost 9 years ago
- Status changed from Needs Feedback to Closed
- Assignee deleted (
Oliver Hader) - Target version deleted (
8 LTS)
Thanks Riccardo. So let's do it that way. Anyone could easily integrate a JS framework. So let's get #69974 for v8 done.
Updated by Georg Ringer almost 7 years ago
- Related to Feature #83672: Add client-side validation to EXT:form added