• Resolved zyjokielle

    (@zyjokielle)


    Hi,

    When i click the next button and all inputs or elements are correct it is processing like a normal form submitting not going to the next step. “Example Your message was sent successfully. Thanks.”

    <p>Website (required)
    [text* your-website placeholder “Your name here”] </p>
    <p>Tell Us About Your Business
    [text* your-business] </p>
    <p>Why would your customers choose to buy from you over your competitors? (be specific about your Value proposition) (required)
    [text* your-competitors] </p>

    <p>[submit “Next”]</p>

    [hidden step “1-4”]

    on_sent_ok:”location.replace(‘http://bestmarketerinedmonton.com/contact-2/‎&#8217;);”

    Can you please help me. Thanks

    https://wordpress.org/plugins/contact-form-7-multi-step-module/

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

    (@webheadllc)

    could you send me a link to the first step of your form?

    Thread Starter zyjokielle

    (@zyjokielle)

    <p>Name (required)
    [text* your-firstname]
    [text* your-lastname] </p>
    <p>Your Email (required)
    [email* your-email] </p>

    <p>Phone(required)
    [tel* tel-404] </p>

    <p>Website (required)
    [text* your-website placeholder “Your name here”] </p>
    <p>Tell Us About Your Business
    [text* your-business] </p>
    <p>Why would your customers choose to buy from you over your competitors? (be specific about your Value proposition) (required)
    [text* your-competitors] </p>

    <p>[submit “Next”]</p>

    [hidden step “2-4”]

    This is my codes. I just made up some inputs or elements for now. I just want to have the steps first then fixed it. Thank you very much

    Thread Starter zyjokielle

    (@zyjokielle)

    [hidden step “2-4”] – wrong

    [hidden step “1-4”] – this is the correct one Sorry

    Plugin Author webheadcoder

    (@webheadllc)

    I don’t see anything wrong with the form’s code. can you send me a link to the page the form is on?

    That same problem

    [radio radio-95 id:bundle_choose "OP1" "OP2"]
    [radio radio-96 id:grave_choose "OP1.1" "1.2" "1.3"]
    [radio radio-97 id:duration_choose "OP1.a" "OP1.b" "OP1.c" "OP1.d" "OP1.d"]
    
    [submit id:next_step "Next"]
    
    [hidden step "1-3"]

    and
    on_sent_ok:"location.replace('http://lpgk.dev/landingpage-3/');"

    Facing Same Issue:

    Form 1 Code:

    <h1>Booking Form</h1>

    <p>City
    [select* menu-557 “a” “b” “c” “d”] </p>

    <p>Name
    [text* text-156 placeholder “Name”]</p>

    <p>Phone
    [text* text-52 placeholder “Phone”]</p>

    <p>Your Email (required)
    [email* your-email] </p>

    <p>[submit “Next”]</p>

    [hidden step “1-2”]

    Additional Setting:
    on_sent_ok: “location.replace(‘http://www.creativfitnes.com/book-now-2/&#8217;);”

    Page URLs:
    http://www.creativfitnes.com/book-now/
    http://www.creativfitnes.com/book-now-2/

    Please check and let me know what’s the issue.

    Thanks in advance.

    Plugin Author webheadcoder

    (@webheadllc)

    Hi pathakharsh78,
    The links you provided seem to go to a page not found.

    Ya
    Working fine now.

    I found that one jQuery error into console so I sort it out. Afterwords it’s working fine.

    Thanks for your reply.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘When clicking the next button’ is closed to new replies.