Friday, January 2, 2009

[jQuery] Re: jQuery Validate plugin with cake php form won't submit

Got it working with "data[UserContactDetail][phone]": {phoneUS:
true}
and instead of using echo $form->input('phone'); to generate the code
I manually typed <input name="data[UserContactDetail][phone]" />. I
am unsure as to why the auto generated field doesn't work since it
looks the same to me.

No comments: