• Resolved petarc

    (@petarc)


    Within ‘MailChimp for WordPress’ I’ve got the API key set and set which list I’d like the form to save to.

    It all appears to work fine, except the user details never eventuates within MailChimp.

    This is the code if that helps, please let me know what i’m doing wrong?

    <p>First Name (required)<br />
    [text* FNAME] </p>
    
    <p>Last Name (required)<br />
    [text* LNAME] </p>
    
    <p>Email (required)<br />
        [email* EMAIL] </p>
    
    <p>Phone (required)<br />
        [text* phone] </p>
    
    <p>Business Name<br />
        [text* mc4wp-MMERGE3] </p>
    
    <p>Aust Bus. No. (ABN)<br />
        [text* abn] </p>
    
    <p>Address<br />
        [text* address] </p>
    
    <p>State<br />
        [text* state] </p>
    
    <p>Country (required)<br />
    [text* country] </p>
    
    <p>Comment (if any)<br />
        [textarea your-message] </p>
    
    <p>[mc4wp_checkbox]<br clear="all"></p>
    
    <p>[submit "Send"]</p>

    https://www.ads-software.com/plugins/mailchimp-for-wp/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Contact Form 7 integration into a form’ is closed to new replies.