Project

General

Profile

Actions

Bug #45605

closed

Forms: Optimize and fix certain validation rules

Added by move:elevator no-lastname-given about 11 years ago. Updated over 8 years ago.

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 #69396
  • length-validation (e.g. for simple text-inputs) with a given range doesn't work because the saved length is always 0. -> see #69024

Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Bug #43924: Form - Email validation is case sensitiveClosed2012-12-12

Actions
Related to TYPO3 Core - Bug #69024: Forms: form wizard not working when trying to enter numbers for length validatorClosed2015-08-13

Actions
Related to TYPO3 Core - Task #69396: Forms: validation of SELECT elementClosed2015-08-28

Actions
Actions

Also available in: Atom PDF