Field message in colour
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-19-2016 05:28 PM
Hi, How can we display field message in color. for info message we can do like this (g_form.addInfoMessage("<font color='blue'>Hello world</font>");). For field message i tried like this(g_form.showFieldMsg('department','<font color="blue">Hello world</font>');) but is is not working. Any suggestions.
Thanks!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-19-2016 07:17 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-19-2016 08:01 PM
Hi.. this is header message, but i need field message. it should display field message above the field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-20-2016 12:19 AM
Check the below links. They have added some link in the showFieldMsg... same way you can make the styles there.
Field Messages - showFieldMsg()
Generate link in client script gs.showFieldMsg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-20-2016 01:38 PM
Hi Paul, I tried all the links. it's not working for me. when i write this line g_form.showFieldMsg('department','<font color="blue">Hello world</font>'); Hello world not coming in red color. The whole line (<font color="blue">Hello world</font>) is displaying in the field message.