Ankur Bawiskar
Tera Patron
Options
- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on 12-28-2024 02:12 AM
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.
<div>
<!-- your widget template -->
<p style="font-size:10px; color:navy;">This is my help text.</p>
</div>
- 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
Comments
adperez
Tera Explorer
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
07-08-2025
01:03 PM
Can you embed links within the help text?