Re: [Phplib-users] OOH forms: error validating
Brought to you by:
nhruby,
richardarcher
From: Herouth M. <he...@it...> - 2002-01-29 13:43:01
|
"Tarique Sani wrote: > On Tue, 29 Jan 2002, Matt Williams wrote: > > You have to manually validate textareas of OOH form in your code > :-( That, or modify the of_textarea to have a similar functionality to that of of_text (without the 'multiple' option). I just did the above for multiple checkboxes (if valid_e exists, it checks that at least one checkbox is selected). Not too hard, especially in non-multiple mode, where the ndx array is rather simple. Herouth |