Hello
I am searching for some help to find a solution to detect french accented characters in textfield and to block the form validation.
- Or if it's possible (?) a solution to replace the accented characters with the corresponding characters without accent ?
For example if a user fill a text field with "Kilian Mbappé"
- I need to block the possibility to validate the form
- or automaticaly replace this text with "Kylian Mbappe" before.
Thank you in advance for your help (I am not familiar with javacript...)