HTML Element Component 
The HTML Element component inserts an HTML tag into a component. Use this component to insert HTML and CSS into a form.
All unsafe HTML is stripped before rendering the form to prevent cross-site scripting exploits. This includes tags like <script>, <embed>, and <style>, and attributes like onmouseover or onload.
-
This component requires advanced knowledge of HTML. If you use this component, it is assumed that you know which fields to complete in the settings window.
-
For security, HTML rendering is disabled in the preview and on the canvas. The settings window displays a preview. HTML is enabled on the published form.