Fontawesome Icon Issue

Trying to simply add a fontawesome icon to an HTML component in a form and its not working? I thought this issue was fixed.

@moe

I believe you need to be whitelisted.

Hi all!

Worked with Lee and there is a simple fix…For this, you’ll just want to make sure the HTML contains some text within it to ensure it is preserved. You can add a blank space to it and it like this and it’ll also work:

Example:
<p><i class="fa fa-fal fa-pen">&nbsp;</i></p>

Cheers,
Adam