Is this the right approach or is there a less convoluted method to doing so?
How can I go about hiding/unhiding the description of each tab such that each tab can only be accessed following completion of the previous tab inputs?
Once the sign up process is complete, I want to show the following message whilst still keeping the multi-step sign up tabs visible
How can I embed two windows into a single tab but show them in consecutive order?
I know this all relates to workflow, but the mechanics of how I should be setting it up is another story altogether.
Specifically to the tab labels, you can make these hidden (or, rather, not clickable), using some conditional logic. (Ie. when tab is not X, then this element isn’t clickable).
Thanks @dan1. I’ve been hacking away at it for the last 50 minutes and it’s starting to make a little bit more sense to me, slowly but surely. Can’t wait to check out your tutorials.