0
On my form html
, I have the "name" field.
In this field, I want to allow the field to accept only characters without accents.
How to do this validation using Regex?
I don’t want a function, I want to put a kind of attribute in the field that blocks accents.