Home » HTML » HTML_QuickForm » Bug #5265
hierselect works only on client side
Details
| Request #5265 | hierselect works only on client side |
|---|---|
| Submitted | 2005-09-01 12:09 UTC |
| From | turigeza at yahoo dot com |
| Status | Wont fix |
| Package | HTML_QuickForm |
| PHP Version | 5.0.5 |
| OS | XP sp2 |
| Roadmaps | (Not assigned) |
Comments
[2005-09-01 12:09 UTC] turigeza at yahoo dot com
Description:
------------
If hierselect doesn't work on some browsers or if javascript is switched off, you can end-up with wrong combination of select values.
This is OK. But there is no check on the server side at all. It means that even if I submit the form the validate function will return true! And I think this is misleading!
It would be nice (necessary for proper use of this form element) if there was a client side validation as part of the validate function. ;) Thanks!