Visibility based on conditions

0
   Hi Experts   I can to set a visibility on the next field based on what user has selected. For example, in the create account form, there is Admin, Owner, basic userA and basic userB when user select a basic userA or basic userB the next input field will be hidden   How can I set this visibility?       
asked
3 answers
2

Hi,

 

Please check the below URLs for conditional visibility understanding,

https://docs.mendix.com/studio/page-editor-widgets-visibility-section/

https://docs.mendix.com/studio-how-to/pages-how-to-set-visibility/

 

Thanks & Regards,

Manikandan K

answered
1

Hi Rene,

you can use the visibility section to set the visibility to display the attribute as shown below

you can use ‘based on expression’ or ‘based on attribute value’ accordingly

answered
0

Hi Renee,

 

Where are a few ways to implement conditional visibility. In this case you could go to the properties of the NextField attribute and visibility section. There you could try to write the expression. More information about conditional visibility can be found in the documentation. Hope this helps you out. 

 

Regards, Thijs

answered