
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-08-2011 10:07 AM
Anyone know how (or if) I can add a link to the help text when someone clicks 'more information'?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2011 06:24 PM
Just an FYI, it was not June 2011 that broke it, but the High Security Plugin. The plugin sets the "glide.ui.escape_text" property to "true", which breaks the HTML rendering. Setting it to "false" will fix it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-08-2011 01:56 PM
Yes you can. In the Variables help text field you would just need to put your link into the appropriate html format.
<a href='http://www.google.com'>Click here to search Google</a>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-17-2011 04:13 PM
Looks like this is broken from at least June 2011 and later, including the public demo instances. I've entered a ticket in HI, so we will see what is going on with that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2011 06:24 PM
Just an FYI, it was not June 2011 that broke it, but the High Security Plugin. The plugin sets the "glide.ui.escape_text" property to "true", which breaks the HTML rendering. Setting it to "false" will fix it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-04-2013 06:35 AM
That worked.. Thanks so much..