I have several text areas in modals with validation set to required. But it still submits if the field is empty. I assume that is because it is putting in some default HTML?
Even if I add a validation to enter a minimum character length the validation still does not work
@brad on the server connect side for your insert/update query, do you have the $_POST in the condition section for each field?
If I add a very large number to the minimum character count it works.
Please check the following topic, I think it’s a related issue: