Hide a tab on button Click
Hi,
I need to to hide a tab and an image on button click.
I've a registration form for our employees,
So when they finish filling first set of information "in 1 tab" it they click button "Next" to hide first tab and the other one appears.
-
Hi Ruba,
easiest would be having a choice field storing all steps (like "Step 1", "Step 2", "Step 3") and has current step selected.
Visibility of tabs and rich text controls which includes your images will react on this field value changes.With Visible Expression on tabs you define which tab is visible in which step:
With "Next" button(s) you set this field value to next step and navigate to the next tab.
Result:
Note: You can as well use the buttons on command bar (top bar on the form) with same actions instead of placing buttons inside the form.1 -
Perfect Solution.
Thank you for the amazing idea.
0
Please sign in to leave a comment.
Comments
2 comments