In my form html
, I have the "name" field.
In this field, I want to allow the field to accept only characters with no accents.
How to do this validation using Regex?
I do not want a function, I want to put an attribute type in the field that blocks accents.