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!