Hi,
I've created a registration form based on 4 different registration types. Let's call them A, B, C and D.
A and C have 2 steps (of which choosing either type A or C is step 1) and B and D have 3 steps (Again, choosing either type B or D is step 1).
I've managed to show everything as I want it, using conditional logic. There are two issues I face however:
1. Once somebody chooses A or C in step 1 I'd like to have the progress bar display that there are 2 steps total instead of 3 as is now. That should then change when B or D is chosen.
2. Once somebody chooses A or C in step 1 I'd like to display a submit button for page 2 instead of a next button as is now.
Here's the link to my registration form: http://housingforum.pressborg.com/housing-forum-registration/
I hope somebody can help me figure it out.