How do you tell the form to display the errors next to the fields when JS is disabled? Is this something we have to program or is there a way to flag a field internally that it has errored and then push the error display out?
To be clear when JS is disabled the form submits as expected and comes back but there are no errors displayed.
How do you tell the form to display the errors next to the fields when JS is disabled? Is this something we have to program or is there a way to flag a field internally that it has errored and then push the error display out?
To be clear when JS is disabled the form submits as expected and comes back but there are no errors displayed.