Hiding Elements Based on User Profile Type

On sign up page, there are two options for new sign ups. They can be a User or Provider. I have an option sets titled, Roles. With options User+Provider. The attribute is display. There is a data type User; User has a User-Type that references Roles(option). On the signup page, I have the icon/text in a repeating group. The repeating group’s content is Roles and data source is All Roles. On the sign up page, I need elements -text, image etc- to be hidden until either user or provider text/icon are pressed and depending on if its user or provider text/icon pressed specific elements are visible on the sign up page. I have elements hidden and collapsible but need to know if I set a state of visibility on the repeating group and/or group of elements I want condtitionally hidden, what workflows, do I go back into the option set and create a different option set? When I set conditions for elements to be visible when repeating group is pressed the text flashes and disappears.

You can use a conditional statement to set this up.

For example you can do something like

“When Dropdown element is User”
Group visibility is hidden

This would work vice versa for the other group.

Thank you for your response. I have tried that and still the text flashes and disappears. I have as an option set the Role’s Provider or User. On the parent group which is a repeating group I have as the Type of Content the Role’s option referenced. And as the data source All Roles (User+Provider) inside repeating groups is the child group, Group Roles. TOC is still ref. Roles and data source is current cell’s role which is a text/icon that is pressable and labaled User or Provider. The text for User or Provider is dynamic data and is Parent’s groups role’s display, evaluating to User or Provider. This all exists on signup page, what I need to happen is when current user who does not have an account presses user or provider the signup page changes elements based off whether user or provider is pressed. My conditional makes sense to me but when I go to execute it stubbornly is a no show. Any tips is appreciated.





i


This is what group holding text description TOC/Data Source is set to.