Copy link to clipboard
Copied
Hi,
I was building a version of a web form in Spanish, and in the front end validation all the ASCII characters for the accented letters are showing up as code.
Also, I wanted the names to go into the CRM like the typically do, so I used the First Name, Last Name fields and just changed the label. However these show up in the alert as "First Name" and "Last Name".
Any ideas about how to solve these issues?
Thanks,
Jeff
Copy link to clipboard
Copied
Is your content-type set to UTF-8 in your meta tags?
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
Copy link to clipboard
Copied
Could be pasting html into the editor design mode?
You need to provide a bit more information for us as we can only have a guess at one of the posible issues ![]()
Copy link to clipboard
Copied
I made sure <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> was in the head tag, but I'm still seeing the issue. Thanks for the idea though.
Here is a link to a copy of the form.
http://jefftestsite.namastecms.com/spanish-form.html
Thanks for the help!
Copy link to clipboard
Copied
Ah I figured out the issue.
I created the form in BC, but when it created the validation javascript, it put the ASCII code inside the text strings that pop up, and they are being read literally.
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more