HTML Question
Overview
The HTML Question plugin allows users to display custom HTML content within a question by setting a custom property called html_title
in the question's custom properties. This feature provides flexibility in presenting rich content directly within the form and overrides the default question title.
Usage
To use the HTML Question plugin, follow these steps:
- Define a custom property
html_title
in the question's custom properties and set its value to the HTML content you want to display. This will override the default question title.
Custom Properties
To set up the HTML Question in the Form editor, follow these steps:
- Open the Form editor settings and navigate to the custom properties tab for the question you want to customize.
- Add a custom property named
html_title
and set its value to the HTML content you wish to display within the question. This will override the default question title.
Benefits
- Provides the ability to display rich HTML content within questions.
- Enhances the flexibility and customization of the form.
- Allows for embedding multimedia content, custom styling, and more.
- Overrides the default question title with custom HTML content.