Actions
Bug #81904
closedExtension "mailform": validation bypass problem
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2017-07-18
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The "mailform" form can only be sent with a space character in the input field, even though the position has been defined as mandatory.
It is to be checked whether or not other characters are present in the field.
The problem can be eliminated by using the function "trim" in the "RequiredValidator" class: http://php.net/manual/en/function.trim.php
Actions