Closed (works as designed)
Project:
Webform
Version:
8.x-5.0-rc10
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Issue tags:
Reporter:
Created:
16 Apr 2018 at 20:31 UTC
Updated:
16 Apr 2018 at 20:58 UTC
Jump to comment: Most recent
Comments
Comment #2
jrockowitz commentedHTML is supported in the description. Adding the HTML editor to the option description is going to clutter the UI.
If you want to support an iframe you would have defined custom 'Allowed tags' tag via /admin/structure/webform/config/elements.
Supporting iframes via the UI is generally a bad idea because of the security implications. I recommend adding the iframe via a custom module and using hook_form_alter().