I'm building a rather complex form using Umbraco Forms (v 4.4.2) that requires several repeatable fieldsets which can be added and removed. Each group of fields is created using jQuery using a JSON object which defines input properties such as label, type, placeholder and other attributes. For example:
Validate dynamic fields in Umbraco Forms
I'm building a rather complex form using Umbraco Forms (v 4.4.2) that requires several repeatable fieldsets which can be added and removed. Each group of fields is created using jQuery using a JSON object which defines input properties such as label, type, placeholder and other attributes. For example:
Which is used to construct that input for each fieldset:
I need to be able to validate these dynamic fields in a way that matches Umbraco Forms' implementation of jQuery Validation.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.