Hi fellas!
I am creating a register form with the built-in Form widgets and I sadly recognized that the Options field (one option per line) for the checkbox type doesn’t read html codes therefor I can not add a link only to a part of the text.
Like:
A accept the Terms & Conditions.
..where the terms and conditions is tho only link.
On the frontend it does not render html. I guess all the form widget itself is uncapable of rendering simple html codes. The thing is it can render nbsp somehow.
Am i missing something here?