Project

General

Profile

Actions

Bug #16401

closed

enhancement of form validation check

Added by Eicke Godehardt over 18 years ago. Updated over 16 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Communication
Target version:
-
Start date:
2006-07-24
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.0
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Hello,

I enhanced the form validation check in file t3lib/jsfunc.validateform.js to support also checkboxes. This is necessary for example to enforce the user to check "terms and conditions". Here is my change at line 72. I also append the file.

switch(type)    {
case "checkbox":
value = fObj.checked;
break;

Fixed in SVN (4.2).
(issue imported from #M3925)


Files

jsfunc.validateform.js (4.27 KB) jsfunc.validateform.js Administrator Admin, 2006-07-24 20:13

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Feature #16713: Validate CheckboxesClosed2006-11-13

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

Actions

No data to display

Actions

Also available in: Atom PDF