PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTML » HTML_QuickForm » Bug #5265

hierselect works only on client side

Details

Request #5265hierselect works only on client side
Submitted2005-09-01 12:09 UTC
Fromturigeza at yahoo dot com
StatusWont fix
PackageHTML_QuickForm
PHP Version5.0.5
OSXP 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!