I'm using both text & images for some radio buttons, e.g. by putting in the choices field:
Credit Card <img src="imgages/visa-mc.png" alt="Credit Card" />
It works fine on the form, however when I export the entries, I get the full value:
"Credit Card <img src="imgages/visa-mc.png" alt="Credit Card" />"
for the column.
Is there a way to get only the label text (i.e. "Credit Card") without the HTML tags stored in the Entry DB?
Thanks for your help,
Mike
