Actions
Feature #16713
closedValidate Checkboxes
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Communication
Target version:
-
Start date:
2006-11-13
Due date:
% Done:
0%
Estimated time:
PHP Version:
4.3
Tags:
Complexity:
Sprint Focus:
Description
In Mailforms make it possible to validate checkboxes
I don't know why it is that way, because there is extra code to not validate checkboxes.
Together with the Changed in Issue 0003925, this can be done easily by
changing typo3/sysext/cms/tslib/class.tslib_content.php line 1909 to
if ($confData['required'])
(issue imported from #M4509)
Updated by Jascha over 17 years ago
The original line looks like:
if ($confData['required'] && $confData['type']!='check') {
in Typo3 4.1 its line 1946
Actions