Hello there, I have a webform and I am trying to create a description for a field using markup, as pictured below:
However when I go to the field in the form it is not displaying the markup, only the text:
How would I remedy this? Thank you.
Hello there, I have a webform and I am trying to create a description for a field using markup, as pictured below:
However when I go to the field in the form it is not displaying the markup, only the text:
How would I remedy this? Thank you.
I haven't tried this, but I believe you can add allowed html tags by editing the file webform.settings.json
located inside your active config folder (e.g. in files/config_XXX/active
and modifying the key webform_allowed_tags
to add b
, br
and i
.
Or better yet, navigate to admin/config/content/webform
and modify the Allowed HTML tags in labels
text field under Advanced options.
Or better yet, navigate to
admin/config/content/webform
and modify theAllowed HTML tags in labels
text field under Advanced options.