Closed danimalweb closed 7 years ago
Enable validation on inputs / checkboxes with an array as the name.
<input type="text" name="field_name[thing1]"> <input type="checkbox" name="checkbox_name[thing]">
AjaxForm class should be able to validate and identify the exact field for server side validation.
JS will need to be updated too.
Possible validation revamp: https://www.sitepoint.com/validating-your-data-with-respect-validation/ https://github.com/Respect/Validation
Enable validation on inputs / checkboxes with an array as the name.
<input type="text" name="field_name[thing1]"> <input type="checkbox" name="checkbox_name[thing]">
AjaxForm class should be able to validate and identify the exact field for server side validation.
JS will need to be updated too.