Bug #69354
closed
EXT:form - Date validator does not output message (hint)
Added by Björn Jacob about 9 years ago.
Updated about 7 years ago.
Description
When using the "date" validator there is no message (hint) displayed. Instead of the "real" message the output is "(--)". Also see screenshot.
Files
- Category set to Form Framework
- Subject changed from Forms: date validator does not output message (hint) to EXT:form - Date validator does not output message (hint)
This is fixed in TYPO3 7.5. It should also be fixed for 6.2.
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43478
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43480
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43493
- Target version set to 6.2.15
- TYPO3 Version changed from 7 to 6.2
- Target version changed from 6.2.15 to 6.2.16
Example form to test with:
prefix = tx_form
confirmation = 1
postProcessor {
1 = mail
1 {
recipientEmail = your@mail.com
senderEmail = your@mail.com
}
}
10 = TEXTLINE
10 {
name = birth
label {
value = Date of birth
}
}
20 = SUBMIT
20 {
name = submit
value = Submit
}
rules {
1 = date
1 {
breakOnError = 0
showMessage = 1
message = (%format)
error = No date!
format = %e-%m-%Y
element = birth
}
}
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Status changed from Resolved to Closed
Also available in: Atom
PDF