• Resolved brendonmconnett

    (@brendonmconnett)


    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?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    Thread Starter brendonmconnett

    (@brendonmconnett)

    @takayukister

    My mistake. I am on quite a small budge ($0.00), so I am asking any of the volunteers here in spite of the fact that this is an add-on question, not necessarily a CF7 question specifically…

    Although, I did assume that it would fall under CF7 (not add-on) because it is a question that revolves around the submit button which in fact is CF7, not any of the add-ons. I am asking if there is a way to give them different values so they differentiate from each other…once again, not involving the multistep/conditional field add-ons.

    If you would like me to post the same question (reworded) in a different post, I am more than happy to do that. That way, I eliminate any confusion. My initial post was labelled as such because I thought I was having issues with either of those plugins, but it seems like an issue more on the side of the base, CF7 plugin. It honestly doesn’t seem to have anything to do with Multi-Step or Conditional Fields.

    Help is welcomed ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Multi-Step/Conditional Fields Issues’ is closed to new replies.