• Resolved zink

    (@zink)


    I recently changed my WP Site Address to move the site out of dev. Prior to the switch, the NAME field was correctly splitting to FNAME and LNAME in the MailChimp list.

    However, after the switch, it no longer works. I didn’t change the form at all.

    Any idea what could’ve happened?

    Here’s the form code:

    <div class="form-group">
    <label for="name">Name</label>
    <input type="text" class="form-control" id="name" name="NAME" placeholder="Enter your name…" required value="">
    </div>
    <div class="form-group">
    <label for="email">Email</label>
    <input type="email" class="form-control" id="email" name="EMAIL" placeholder="And your email…" required value="">
    </div>
    <div class="form-group">
    <input class="submit btn btn-default btn-lg" type="submit" value="Sign up">
    </div>

    Thanks for your help.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • I’ve had this problem since installing on a new site with the latest version of the plug-in. In other words, NAME doesn’t send anything to my MailChimp list, though FNAME and LNAME do, separately. The developer here evidently hasn’t responded to you in a month, but perhaps it’s just that the functionality got broken, either by this plug-in’s update, or a WordPress update. Still want to know…

    Colin

    (@colinsafranek)

    Yes, PLUS ONE! +1

    I just made the major upgrade to 3.0, and the NAME splitting functionality no longer works, which is really bad, cuz it’s not capturing any name info at all!

    Please let us know how to troubleshoot.

    Thanks!

    Plugin Author Danny van Kooten

    (@dvankooten)

    Hey Colin,

    You’re right, we accidentally broke the name splitting in version 3.0 of the plugin. Version 3.0.3 (which we just released) should fix that!

    Hope that helps. If not, let me know!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘NAME not splitting to FNAME/LNAME’ is closed to new replies.