Hey - I'm using a wizard container to walk users through form submission, and are using the first wizard tab to redirect between content types. We're trying to make it super easy for users by having the first tab on both forms be a "Pick your Content Type" button selection with two buttons - one button continues to the next tab, the other redirects to the second tab of the other form.
Summarized:
- User opens New form & lands on wizard tab 1 for content type A (or content type B... I can build it either way after I get one content type down)
- User is prompted with 2 buttons: either move to wizard tab 2 of content type A or navigate to wizard tab 2 of content type B
I'm stuck on the JavaScript for it & haven't been able to figure it out from the documentation or existing community. Can anyone help?