Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

How to add help text under radio field choices?

omsa1
Kilo Guru

Hi , 

I want to add help text under the choice as in the example below,how to do it?

find_real_file.png

1 ACCEPTED SOLUTION

Omkar Mone
Mega Sage

Hi 

Check the below link -

https://hi.service-now.com/kb_view.do?sysparm_article=KB0712308

 

It is not available for Checkbox variable.

 

Hope this helps.

 

Regards,

Omkar Mone

View solution in original post

7 REPLIES 7

it should be variable name .

 

g_form.showFieldMsg('variable name','Request Access to System','info');

 

eg: if you see you have a variable "What can we help you with" , that variable name mention in script. 

Omkar Mone
Mega Sage

Hi 

Check the below link -

https://hi.service-now.com/kb_view.do?sysparm_article=KB0712308

 

It is not available for Checkbox variable.

 

Hope this helps.

 

Regards,

Omkar Mone

agreed. but the screenshot it has mentioned for "Multiple Choice" type variable. 

 

Note: check box will appear in rectangular box and multiple choice will appear in round shape.