Hi there,
I've got 4 tickboxs and each value is an email address, each box ticked by the user that email address gets emailed. This all works fine my problem is the div wrapper ID of the tick boxes not includes the email and more importantly an aticon @
This is invalid HTML and therefor I'm unable to select and style it using CSS.
How do I get around this problem?

Thanks,

Comments

quicksketch’s picture

Version: 6.x-2.7 »
Status: Active » Closed (fixed)

The labels for checkboxes are now replaced with a simple count in the 3.x version. To temporarily correct the problem in 2.x, I'd suggest using the key|value syntax, where "key" will be saved to the database and used in the class names. The "value" then is just shown to the user as a label.