• Resolved michag

    (@michag)


    Hi There,

    I am trying to get your plugin to work on a client website. I receive constant errors, with the basic settings.

    The errors are:
    Oops. Something went wrong. Please try again later.
    Admin notice: FNAME must be provided – Please enter a value

    Code is:
    <p>
    <label for=”mc4wp_email”>Email address: </label>
    <input type=”email” id=”mc4wp_email” name=”EMAIL” required placeholder=”Your email address” />
    </p>

    <p>
    <input type=”submit” value=”Sign up” />
    </p>

    — Thanks in advance.

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

Viewing 1 replies (of 1 total)
  • Plugin Author Danny van Kooten

    (@dvankooten)

    Hi there,

    Your MailChimp has a required field called FNAME, this field is not in your sign-up form.

    You can either add it by adding the following HTML to your form code or by using the Add MailChimp field select box in the form settings to have the correct HTML generated for you.

    <p>
    <label>First name:</label>
    <input type="text" name="FNAME" placeholder="Your first name" required />
    </p>

    Hope that helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Two errors’ is closed to new replies.