fbpx
  Thursday, 14 June 2018
  3 Replies
  3.1K Visits
  Subscribe
Hello team,

If I create a new "List Option" or "Radio Option" in backend and put in words like "Ernährung" or "Tütü", the letters such as "ä" or "ü" are not displayed, they disappear!
See attached images.

Regards, Angelo
5 years ago
·
#2085
Hello Vijaya,
yes, thank you very much! Everything is displaying correctly now! Emoticon Happy
Best regards, Angelo
5 years ago
·
#2082
Hello Angelo,

You can solve this issue by replacing the lines in this below files.

plugins/sellacious/fieldtypeforms/fieldtypeforms.php in this file find the below lines


$opt_xml = $fieldXml->addChild('option', htmlentities($option));
$opt_xml->addAttribute('value', htmlentities($option));


and replace them with these lines.


$opt_xml = $fieldXml->addChild('option', htmlspecialchars($option, ENT_COMPAT, 'UTF-8'));
$opt_xml->addAttribute('value', htmlspecialchars($option, ENT_COMPAT, 'UTF-8'));


This issue will be resolved after this.

Thank you
-Team Sellacious
Hi Angelo,

Thank you for notifying this error. It'll be fixed in the next release.

Thankyou
-Team Sellacious
  • Page :
  • 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
  • +1 (408) 821-8283
  • Email hello@sellacious.com