Multi-Step/Conditional Fields Issues
-
Hello all, I hope everyone is having a fantastic day.
I am posting on the forums today because I am attempting to fix a problem I have with CF7 Multistep and Conditional Fields not playing nice with each other. It would be awesome if you could shoot me some ideas.
Here’s the issue:
I have a form that is displayed under the slug ‘/booking’. This form is supposed to take you to the second part of the form depending on what radio button you choose ‘Photography’, ‘Graphic Design’, ‘Filmmaking’…When I attempt to click ‘Photography’, then press ‘Next’, I am met with the wrong link. I have double and triple checked the links and it always takes me to mydomain.com/booking/mockups-form/ , not mydomain.com/booking/photography-form/ .
Here is the CF7 information:
<label> Name (First Last) (required) [text* your-name] </label> <label> Email (required) [email* your-email] </label> <label> Phone (required) [tel* your-phone] </label> Service Required (required) [radio service "Photography" "Graphic Design" "Web-Development" "Filmmaking" "UI/UX Design" "Mockups"] [group Photography] [multistep PhotographyForm first_step "https://brendonconnett.com/booking/photography-form"] <label> Click here to go the next step to book: Photography [submit "Next"] </label> [/group] [group Graphic Design] [multistep GraphicDesignForm first_step "https://brendonconnett.com/booking/graphic-design-form"] <label> Click here to go the next step to book: Graphic Design [submit "Next"] </label> [/group] [group Web-Development] [multistep WebDevForm first_step "https://brendonconnett.com/booking/web-development-form"] [submit "Next"] [/group] [group Filmmaking] [multistep FilmmakingForm first_step "https://brendonconnett.com/booking/filmmaking-form"] <label> Click here to go the next step to book: Filmmaking [submit "Next"] </label> [/group] [group UIUX] [multistep UIUXForm first_step "https://brendonconnett.com/booking/ui-ux-form"] <label> Click here to go the next step to book: UI/UX Design [submit "Next"] </label> [/group] [group Mockups] [multistep MockupForm first_step "https://brendonconnett.com/booking/mockups-form"] <label> Click here to go the next step to book: Mockups [submit "Next"] </label> [/group]
Thank you for attempting to help! Much appreciated.
Edit:
It seems as though this is based on the position of the groups. Since ‘Mockups’ is last in the groupings, it takes precedence. I believe that this is due to the ‘Submit’ action not changing throughout the groups. Is there any way to get around this?
- The topic ‘Multi-Step/Conditional Fields Issues’ is closed to new replies.