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

How can I hide/show a Rich Text Label Variable based on another field?

MWright1
Giga Guru

I would like to have this label show up only when the "type" is "Dissolution".  However, I am unable to hide it even when I changed the "Hidden" to true, it still shows up.

Does it mean there is no way to hide this at all?  or is there another way do to this?

find_real_file.png

1 ACCEPTED SOLUTION

Jaspal Singh
Mega Patron
Mega Patron

Hi,

 

You need UI Policies to make it work instead. You, can try referring blog

View solution in original post

5 REPLIES 5

mihirlimje867
Tera Guru

The Perfect solution for this is to add a script in the catalog UI Policy :

For variable:  g_form.setDisplay('variable_name', false);

For variable set variable :  g_form.setDisplay('variables.variable_name', false);

Please hit on the like buttton if this solution helps you.

Thank you.