Project

General

Profile

Actions

Feature #16713

closed

Validate Checkboxes

Added by Jascha Schubert about 18 years ago. Updated over 16 years ago.

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)


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #16401: enhancement of form validation checkClosed2006-07-24

Actions
Related to TYPO3 Core - Bug #17328: form wizard - set checkbox as required - solutionClosed2007-05-24

Actions
Actions #1

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 #2

Updated by Martin Kutschker over 17 years ago

Fixed in SVN (4.2).

Actions

Also available in: Atom PDF