How to allow only English characters on your form fields?
You can make any field accept only English characters in your form, by applying a regular expression to this field in the form builder. To do that, follow the steps below.
1- Add a rule to your fields to allow only English characters
- Go to EasySell **Form builder **
- Choose any field you want it to accept only English characters, for example: Address field or Name Field. (Add the field if you didn't already done)
- On the field's Edit section, click on Advanced tab
- In the Regex field enter the following code
^[()a-zA-Z0-9_,. \-"*':!%+=\/&#@]*$
- Add an error message that will be shown if the customer enters non-English text in a specific field
- Save your changes
Updated on: 29/07/2024