Sorry if this has been covered, but several searches hasn't turned up anything for me.

I've created a field labeled "What Other Brands Have You Tried?"

I want to use allowed values, like...

Brand-A®
Brand-B™

... but I get an error: "Illegal Choice" when a user selects one of those options with html-encoded characters.

Is there no way to do this?

Comments

markus_petrux’s picture

Status: Active » Fixed

Try using value|label format. In example:

Brand-A|Brand-A®
Brand-B|Brand-B™

If it is a Number field, then try:

1|Brand-A®
2|Brand-B™
boblangdon’s picture

Thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.