• Hi! I am having trouble getting my form to work correctly. I have created a simple form on the page https://www.baldwinsmiles.com/multiform-step-1/. There are 2 steps to the form.

    My contact 7 form looks like this:

    <label> Your name
        [text* your-name] </label>
    
    [multistep multistep-192 first_step "https://www.baldwinsmiles.com/multiform-step-2"]
    [submit "Next"]

    As you can see from going to the page linked above the Next button does not appear. I am wondering if there is a way to see if the form is installed correctly or if there is a conflict somewhere that is causing the next button to not appear. I have Contact 7 version 5.4 and Contact Form 7 Multi-Step Forms version 4.1.5 installed on multiple wordpress pages with the same results on both.

    Thank you in advance!

    • This topic was modified 3 years, 7 months ago by jsetffan10.

    The page I need help with: [log in to see the link]

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

    (@webheadllc)

    Hi,

    You can either add a carriage return after the multistep tag or place the multistep tag at the bottom of the form after the Submit tag. The multistep tag creates a hidden element around it and it can consume the tags after it if there’s not enough spacing.

    Thread Starter jsetffan10

    (@jsetffan10)

    Thank you for such a quick response! That was helpful. When I moved the multistep short code under the submit button the form would submit then send an email instead of going to the next page. After a series of elimination I figured out that a plugin (Invisable reCaptcha) was causing the page to submit the form and send an email instead of progress to the next step. Do you have any suggestions on a reCaptcha plugin that work with your multistep plugin?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to test if plugin is installed correctly’ is closed to new replies.