Closed (fixed)
Project:
Content Construction Kit (CCK)
Version:
6.x-2.5
Component:
General
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Nov 2009 at 15:54 UTC
Updated:
7 Dec 2009 at 13:40 UTC
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
Comment #1
markus_petrux commentedTry using value|label format. In example:
If it is a Number field, then try:
Comment #2
boblangdon commentedThanks.