Conditional Visibility

Greetings everyone. I’m looking for a feature that may or may not be available. For certain users, I want them to have certain buttons on a screen. Let’s say like a kids check-in page. If a user doesn’t have children, I don’t want them to see the button that would allow them to check children into a nursery. In other applications it’s called “conditional visibility”. Any ideas? Thanks in advance.

First of all, Welcome Jade to the community!

Yes, it can totally be done.

You can use the visibility condition

Create 2 buttons.

Make 1st visible if logged user has children

Make 2nd visible if logged user does not have children

Hope this helps!

Thanks for your help!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.