Hi
I have a screen with below fields:
- ABC - select list field with values A and B
- Field1 - text field
- Field2 - text field
- Field3 - text field
- Field4 - text field
Logic is simple:
- when in ABC field user will pick value A, then fields Field1 and Field3 should be visible
- when in ABC field user will pick value B, then field Field2 and Field4 should be visible.
My logic is working but now I'm struggling with hide all fields Field1-4 until user fill pick value in ABC field. Is it possible? How I can do that?
Thanks!
You should add it to the initializer. Hide all the fields in the initializer. Keep only the one field you want users to pick from.
Only when the user makes a selection that's when the dynamic behavior will kick out.
Best,
Fadoua
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.