Link in 'show field message'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-14-2020 02:25 AM
Hi,
How to include a link in showFieldmessage in client script ?
TIA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-14-2020 02:28 AM
Hello Hema
Looks like show field messages don't support HTML. You could request that as an enhancement. I think it should be built-in. As a workaround, you could add a message at the top of the form that does accept HTML like this...
g_form.addInfoMessage(info);
Refer this:
Please mark as Correct Answer and Helpful, if applicable.
Thank You!
Abhishek Gardade
Abhishek Gardade
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-14-2020 02:50 AM
Hi Hema,
you can use this code:
g_form.addInfoMessage("Please <a href = '/incident_list.do'>Click</a>");
After going throw this Mark it Correct/helpful, if this helps you
Thank you
