| Re: XoopsForm - Inherited error checking? eg: phone, email, etc |
| by Mithrandir on 2004/7/10 7:52:06 The only error checking directly in the form elements is the possibility to set the second parameter in the XoopsForm::addElement() method to true, making the field required. There is no checking whether data is correct - only if the field is filled out. |
| XoopsForm - Inherited error checking? eg: phone, email, etc |
| by zer0fill on 2004/7/10 6:57:26 Is there a built-in function for the XoopsForm to error check (javascript and php) user input such as phone numbers, email, custom? I think the PEAR form handler does this but not too sure if the XoopsForm is based off that. |