We have added support for Chinese, Taiwanese, French, Greek, Arabic and "you name it" characters
Our forms are now UTF-8 encoded. If the pages where you use the form is not UTF-8 encoded already, you should select the utf-8 in the <head> section of your page:
- Code: Select all
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
If you do not use the form pasted on your site, but use Option 1 or Option 3 from Get Html page, then your form is already UTF-8 encoded, and you don't have to do anything.