I got the following error after saving a new webform I'm building "Notice: Undefined index: #maxlength in clientside_validation_webform_after_build_recurse() (line 269 of /var/www/d7dir/sites/all/modules/clientside_validation/clientside_validation.module)."
It showed up after I saved the form. The message is repeated four times, once for each field I've defined in the form so far.
Comments
Comment #1
cjscullyca commentedDoh! Hit save before I was done :S
Three of the four fields I've defined in the webform are textfields and all of them have the maxlength property set. The fourth field is a date field and maxlength is not an option for a date field.
Comment #2
attiks commentedIt's fixed in the latest dev version