- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2024 09:53 PM
How to add a help text for a variable whose type is HTML
Thanks in Advance
Utsav
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2024 11:14 PM
Hi @Utsav JAISWAL ,
You can try the below:
Write a onLoad Client script:
g_form.showFieldMsg('variable_name', 'Help text goes here', 'info');
OR,
Navigate to configure dictionary of the HTML field and define the hint as below:
It will look like below:
Please Mark My Response as Correct/Helpful based on Impact
Mark this as Helpful / Accept the Solution if this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2024 03:37 AM
Hi @Utsav JAISWAL ,
Unfortunately that won't be achievable out of the box. DOM manipulation is never recommended as it will break things in future.
Please Mark My Response as Correct/Helpful based on Impact
Mark this as Helpful / Accept the Solution if this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2024 02:37 AM
Hi @Utsav JAISWAL ,
The Help field doesn't do anything and it reserved for future use.
Please have a look at the below:
Please Mark My Response as Correct/Helpful based on Impact
Mark this as Helpful / Accept the Solution if this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2024 03:01 AM
Hi @SN_Learn
Thanks for the info...
I have used the showfieldMsg--onload client script...working perfectly.
The info is getting showing below the field..
Is there any way that the info can be visible above the mentioned field....??
Thanks in Advance
Utsav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2024 03:37 AM
Hi @Utsav JAISWAL ,
Unfortunately that won't be achievable out of the box. DOM manipulation is never recommended as it will break things in future.
Please Mark My Response as Correct/Helpful based on Impact
Mark this as Helpful / Accept the Solution if this helps.