• Resolved nilimagloria

    (@nilimagloria)


    Hi All,

    I am trying to implement the CF7 AutoResponder Addon plugin but I get the following error in cf7_autoresp.log:

    Error!
    Code=250
    Msg=NAME must be provided – Please enter a value

    I have two required fields in my mailchimp list form – “Email Address” and “Name” (Field labels have the same names).

    I have the following relevant activated plugins (all updated versions):
    1. MailChimp by “MailChimp and Crowd Favorite”
    2. Contact Form 7
    3. Contact Form 7 AutoResponder Plugin

    I have created the following form:

    <p>Your Name (required)<br />
        [text* your-name] </p>
    
    <p>Your Email (required)<br />
        [email* your-email] </p>
    
    <p>Subject (required)<br />
        [text* your-subject] </p>
    
    <p>Your Message (required)<br />
        [textarea* your-message] </p>
    
    <p>I would like to receive Newsletter updates [checkbox mc-subscribe default:0 "yes"]</p>
    
    <p>[submit "Send"]</p>

    I have the Mail and Mail(2) Enabled. And I all mails are sent perfectly. But I get the above error.

    Can anyone tell me what mistake I am making. I would really appreciate any help. Thanks.

    https://www.ads-software.com/plugins/contact-form-7-autoresponder-addon-plugin/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author wpsolutions

    (@wpsolutions)

    Log into your mailchimp dashboard and check the “List fields and *|MERGE|* tags” settings for the list you are using.

    If you only have one field for “Name” then ensure this field has a tag called FNAME.

    If you have two fields for name then make sure that “First Name” has a tag called FNAME and the field “Last Name” has a tag called LNAME.

    Thread Starter nilimagloria

    (@nilimagloria)

    Hi Author,

    Thank you so much for your response. I really didn’t want to bother you with this question. I assumed many of the users of this plugin could suggest me a solution.

    Anyway, the whole process is working perfectly now.

    Thank you for your kind support.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Get Error Code 250’ is closed to new replies.