How to populate Hint text based on drop down values

Srini19
Tera Contributor

Hi Expert,

Use case is want to display the hint text based on the drop down values. Please let me know how to achieve this.

Thanks

Srini

1 REPLY 1

Muralidharan BS
Mega Sage
Mega Sage

you can try to set dynamic field msg instead of help text based on values the user chooses. This can be achieved using the client script - 

g_form.showFieldMsg(String field, String message, String type)