• I used the tag to tell the form to go to the next step, but it always wants to send the form. How can I avoid that?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author webheadcoder

    (@webheadllc)

    Hi,

    A few things:
    – Make sure you don’t have the send_email attribute in the tag.
    – Check out the example. It has the form code below that you can start with: https://webheadcoder.com/contact-form-7-multi-step-form/
    – You may have a javascript error from your theme or other plugins. Please check the javascript console and make sure you don’t have any.

    I have the same issue.
    After clicking on next, I receive the “thanks4submitting”-message.

    In CF7, I used following for step1:
    [multistep multistep-case1 first_step “/case-einreichen-02/”]
    [submit “Weiter”]

    Following for step2:
    [previous “Zurück”][submit “Submit”]
    [multistep multistep-case2 “/case-einreichen-03”]

    Following for step3:
    [previous “Zurück”][submit “Submit”]
    [multistep multistep-step3 last_step send_email]

    Looking forward

    – Marcel

    Plugin Author webheadcoder

    (@webheadllc)

    another thing to check is if you have any caching plugins. I’m not sure if it would cause this issue, but it’s worth noting to exclude the pages with the forms from the cache.

    A url to your form would help too so I can take a look.

    @mach1979 please start your own thread.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Form doesn’t go to next step, sending instead’ is closed to new replies.