• Resolved Susiedove

    (@susiedove)


    Trying to add a join our mailing list popup for the home page.
    Created the mailchimp sign up form and added it to the popup plugin window. However when testing we can fill in the form but the submit button does not do anything?

    Here is the code from the Mailchimp for WP plugin form page:
    <div class=”news-letter-wrapper”>
    <p>Join our Mailing List and stay informed about Sales, New Arrivals and More<p>
    <label>First Name:</label>
    <input type=”text” name=”FNAME” placeholder=”Your first name” required=”required”>
    </p><p>
    <label>Last Name:</label>
    <input type=”text” name=”LNAME” placeholder=”Your last name” required=”required”>
    </p>

    <div class=”news-letter-text-box”>
    <label>Email:</label>
    <input type=”email” id=”mc4wp_email” name=”EMAIL” placeholder=”Type your email” required/>
    <button type=”submit”><span></span><p>Subscribe</p></button>
    </div><p>
    <input type=”submit” value=”Subscribe”>
    </p>

    </div>

    Please help

    https://wordpress.org/plugins/mailchimp-for-wp/

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

    (@lapzor)

    Hi,

    I advice to make the form in our plugin (MailChimp for WordPress) and than use the SHORTCODE to include the form anywhere in your website (don’t sopy the HTML code from the form builder, it will not work).

    The free plugin Boxzilla works well with our forms, just put the shortcode in the Boxzilla box.
    https://wordpress.org/plugins/boxzilla/

    If you generated a form via MailChimp.com we can’t help you, as we are not affiliated with MailChimp.

    Thread Starter Susiedove

    (@susiedove)

    I did that but then it kept converting back to html by itself?
    I’ll give Boxzilla a try.
    Thank you

    Plugin Contributor Lap

    (@lapzor)

    I assume it will work out with Boxzilla. If not, please open a NEW ticket as I will now mark this thread as resolved.

    For help with Boxzilla you can use: https://wordpress.org/support/plugin/boxzilla

    Hope that helps!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Submit button on popup form not working’ is closed to new replies.