Actions
Bug #98428
openForm Email Validation
Status:
New
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2022-09-23
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Create a form with an email field.
Leave the validator message empty.
Here are the results with validation at the frontend:
- abc = the validator's default message is displayed.
- abc@def = the validator's default message is not displayed and instead we have a Typo3 error code.
- abc@def. = the validator's default message is displayed.
- abc@def.c = the validator's default message is not displayed and we have a Typo3 error code.
If you insert a message to replace the default message, it is displayed every time.
No data to display
Actions