- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-17-2024 12:32 PM
The Investment Class field, we add a hint and a URL, but we need help text that will be below or above the field to be viewable on load.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-17-2024 12:46 PM
Hi @LisaBRyder ,
You can use g_form.showFieldMsg as mentioned below:
g_form.showFieldMsg('impact','Low impact response time can be one week','info');
Please mark my response helpful if it resolves your issue!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-17-2024 12:46 PM
Hi @LisaBRyder ,
You can use g_form.showFieldMsg as mentioned below:
g_form.showFieldMsg('impact','Low impact response time can be one week','info');
Please mark my response helpful if it resolves your issue!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-17-2024 01:14 PM
Where would it go? In the attribute in the Dictionary?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-17-2024 01:17 PM
You need to write one onLoad client script including this API