Page 1 of 1

FrontEndUsers dropdown inserts invisible character

Posted: Sun Jan 03, 2021 5:57 pm
by webform
I'm trying to create a dropdown user property in FrontEndUsers 2.14.3.4, but i've noticed that every carriage return for a value get inserted with an invisible character, which mess up the value, so the value inserted in the database is not "10" but "10 ".
When i edit the property i can see the invisible character like this:

Code: Select all

Hello=World:�
Merry=Christmas:
Also when importing new users, the import fails because the values for the property doesn't match!

I've tried different browseres, writing the values directly when creating a dropdown list and also copy/paste values from an external document.
But every time i submit or edit the user property the invisible character gets inserted.

The same problem also happens to radio buttons!

Anyone else having the same problem with dropdown/radio buttons user properties in FEU?

Re: FrontEndUsers dropdown inserts invisible character

Posted: Fri Jan 08, 2021 7:59 pm
by webform
OK! I've found the problem. after searching high and low.

I've changed cms_html_entity_decode to html_entity_decode and now dropdowns handle values correctly.

Re: FrontEndUsers dropdown inserts invisible character

Posted: Fri Mar 12, 2021 4:31 pm
by chrisbt