Add Hint to a choice type filed based on the choice selection.

PoorneshK
Giga Contributor

Hi All, we have a requirement, for the below mentioned context,

1. XYZ is a choice type field with yes/no as options
2. our requirement is when XYZ field is set to Yes, then it has to show a Hint message 
3. If i add it as Hint in Yes choice it is not working, can you please help how to add a hint based on choice selection on a field (XYZ-Yes).

2 REPLIES 2

Vishwa Pandya19
Mega Sage

Hello,

 

Please check below discussion it might be able to help you.

https://www.servicenow.com/community/developer-forum/how-to-show-help-tips-on-forms/m-p/2660490

 

If my answer has helped you in any way please mark it as correct or helpful.

Community Alums
Not applicable

Hi @PoorneshK ,

Well you will need to use DOM manipulation to rebuilt your choice list on the Client-side.

 

Disclaimer: DOM manipulation is not recommended because it may break in a future upgrade when the DOM changes.

 

https://www.servicenow.com/community/developer-forum/how-to-add-tooltip-in-catalog-item-on-a-select-...