With the Select field, is it possible to add HTML formatting to the choices that is also outputted in the front-end?
For example, I have the following choice to select:
ADDRESS, <span style=”white-space: nowrap;”>POSTCODE CITY</span>
I don’t want POSTCODE and CITY to end up on separate lines.
On the frontend, the HTML code is removed.
Is there any way to retain the HTML formatting?
Thanks