• Hi, I’m using the shortcode to display the form however it is not showing and I’m just getting a message “This contact form is placed in the wrong place.”

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hey @jifaccount,

    Thanks for reaching out to us.

    I noticed that the some of the code in the form error is from a different plugin “Contact Form 7”. Can you please share the form code here?

    Thread Starter jifaccount

    (@jifaccount)

    Hi @hchouhan,

    Thanks for your reply. The code for the form is:

    <div class="wpcf7"> 
    <div class="row">
    <div class="col-lg-6">
    <input type="text" name="FNAME" placeholder="First name" required="required">
    </div>
    <div class="col-lg-6">
    <input type="text" name="LNAME" placeholder="Last name">
    </div>
    <div class="col-lg-12 mt-0 mt-lg-4">
    <input type="email" name="EMAIL" placeholder="Email address" required="required">
    </div>
    <div class="col-lg-12 mt-4">
    <input type="submit" value="Sign up" />
    </div>
    </div>
    </div>
    Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hey @jifaccount,

    Thank you for sharing the code. It does not look wrong. The code added to your website is this:

    <!-- Mailchimp for WordPress v4.9.14 - https://www.ads-software.com/plugins/mailchimp-for-wp/ --><form id="mc4wp-form-1" class="mc4wp-form mc4wp-form-2551" method="post" data-id="2551" data-name="Default sign-up form"><div class="mc4wp-form-fields"><p class="wpcf7-form-in-wrong-place"><strong>Error:</strong> This contact form is placed in the wrong place.</p>
    </div><label style="display: none !important;">Leave this field empty if you're human: <input type="text" name="_mc4wp_honeypot" value="" tabindex="-1" autocomplete="off"></label><input type="hidden" name="_mc4wp_timestamp" value="1723089969"><input type="hidden" name="_mc4wp_form_id" value="2551"><input type="hidden" name="_mc4wp_form_element_id" value="mc4wp-form-1"><div class="mc4wp-response"></div></form>

    The error seem to be coming from CF7 form. I’m still not sure how that is possible. Can you please get back to us using the details provided at https://www.mc4wp.com/contact/ and a link to this so we can discuss further?

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.