The CreatorCon Call for Content is officially open! Get started here.

Populate Help Text only when one option is selected from multiple choice field.

Ajay Cheruku
Tera Expert

HI,

Need some validations on Help Text for multiple choice field.

i have multiple choice field with 3 choices X,Y,Z. and help text was configured to that field which populates all time but i need that help test to be displayed only when option Y is selected.

 

1 ACCEPTED SOLUTION

Raju17
Giga Contributor

Hi Ajay,

you can use UI policy for this,

in Condition select value is y and in script use  : g_form.showFieldMsg('field_name','Help text you want to display','info');

 

 

Mark this response as correct or helpful if that really helps. 

 

Regards,

Raju

View solution in original post

1 REPLY 1

Raju17
Giga Contributor

Hi Ajay,

you can use UI policy for this,

in Condition select value is y and in script use  : g_form.showFieldMsg('field_name','Help text you want to display','info');

 

 

Mark this response as correct or helpful if that really helps. 

 

Regards,

Raju