Special characters replacement
Status: Closed · Asked by Nelson Emilio on · 0 views
Hi,
Is there a way to replace special characters in a field?
The situation
- The user fills in his first name and last name in a form. The first name or last name might contain special characters like ã, õ, ç, í, among others.
- How can I find these characters and replace them with ones without the accents?
You can try using Text Formatter - Replace Text
or
Use Code - JS/Python Code, you can alsways ask chatgpt to write the code for you
Thank you @Fagun Shah for your help.