SneakyMouse Posted September 26, 2023 Share Posted September 26, 2023 Hi there! Im facing the problem. I need to allow only Latin letters and accented letters to fill in first name, last name, address and city. I wrote the JS code, it shows the block with the text "Please enter only Latin characters", also Ive tried to prevent clicking "submit" button, but no help. Any thoughts on how it could be done differently ? Link to comment Share on other sites More sharing options...
endriu107 Posted September 26, 2023 Share Posted September 26, 2023 Check in Validate class there is method like isCustomerName() or isCityName() Link to comment Share on other sites More sharing options...
SneakyMouse Posted September 28, 2023 Author Share Posted September 28, 2023 On 9/26/2023 at 2:53 PM, endriu107 said: Check in Validate class there is method like isCustomerName() or isCityName() Thanks. Will try to solve this...but not sure if I'll find it😁 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now