Actions
Bug #16401
closedenhancement of form validation check
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
No data to display
Actions