alleyinteractive / wordpress-fieldmanager

Custom field types for WordPress
Other
536 stars 101 forks source link

jQuery validate not working on fields in repeated groups #332

Open ymladenov opened 9 years ago

ymladenov commented 9 years ago

Group with a nested group. Both groups have text fields. Added 'validation_rules' => 'required' to every field. Saving the post with just the 2 groups triggers validation. However, every new field/group that gets repeated has no validation added to it.

Wish I could help, but I haven't learned jQuery yet and have barely scratched the surface of OOP.

mboynes commented 8 years ago

Perhaps a duplicate of #321