Add help text above checkbox variable in portal
New article articles in ServiceNow Community
·
Dec 28, 2024
·
article
Many a times there is a need to add help text above checkbox variable in portal as it's not possible to add OOB.
Here is a way to achieve the same in portal.
- Create a widget: helpText_above_checkbox with simple HTML code as below.
This is my help text.
- Create variable of type Custom for your catalog item
- In the Type specification tab of the variable use widget in step 1 created as below in the Widget field
Output: Portal
View original source
https://www.servicenow.com/community/workflow-automation-articles/add-help-text-above-checkbox-variable-in-portal/ta-p/3136914
Ankur Bawiskar