Is there any way to include a link in the help text of a variable?

Jason Stephens
Kilo Guru

Anyone know how (or if) I can add a link to the help text when someone clicks 'more information'?

1 ACCEPTED SOLUTION

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.


View solution in original post

10 REPLIES 10

Jay_Ford
Kilo Guru

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>


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.


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.


That worked.. Thanks so much..