Actions
Bug #45605
closedForms: Optimize and fix certain validation rules
Status:
Closed
Priority:
Won't have this time
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2013-02-19
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
The following validations do not work properly:
- e-mail address: there is no regex behind the test. It just looks for "@" surrounded by text.
mandatory for select-boxes: this validation ALWAYS succeeds because it is not possible to add an empty select-option.-> see #69396length-validation (e.g. for simple text-inputs) with a given range doesn't work because the saved length is always 0.-> see #69024
Actions