I’ve tried absolutely everything deleting fields, ceating new fields, refreshing everything a million times.
But for some reason I cann got the plugin to give me any PHONE fields in Mailchimp for mapping.
Everything else maps fine, fields that I created after creating a new phone field are available in the plugin, but it still won’t show ANY phone fields.
Is this a bug? How can I map a phone number to Mailchimp?
]]>Hello,
My account is the Administrator account. I can not see / access the mailchimp menu on the CMS.
If i click on the settings from the plugins it displays this error Sorry, you are not allowed to access this page.
Hello! I plan to buy the pro version of the plugin, but in our project, we use Composer to install packages. How is the pro version activated? Is it done in the admin panel using a key, or is it a separate package of files? Additionally, will I be able to use the pro version through the Composer package manager?
]]>Your FAQ says “You can manually send any Ninja Forms entry to mailchimp by clicking ?send to mailchimp” button” but I don’t see any such button in the Ninja Forms submissions page. Is it supposed to be somewhere else?
]]>This is a minor one, but easily fixed – in plugin-pages.php line 48:
wp_register_style('vxg-select2', $base_url. 'css/select2.min.css',array(),array('ver'=>'1.0'));
That last argument for the version should be simple string, not an array. This causes problems with plugins like reBusted! which expect a string.
]]>The main contact list is where the form fill contacts will go, but each entry needs to merge with the relevant State tag and ALL STATES Tag.
Example So, if someone from QLD signed up they would automatically merge with ALL STATES and QLD External by tags.
For Example when user submit information https://intowork.andmine.com/initiatives/collective/ from this form like state is QLD we need to saved tags to QLT-External and All States , if user send VIC state tgs saved to VIC-External & All States , if user sent STate is NT , tags will be saved to NT-External & All states . it is possible ?
]]>Hi, since we updated the plugin, everytime we try to add a new feed we get an error when trying to match fields.
When we go to “4. Select the object to create when a form is submitted” and we select a list, not all the mailchimp fields related to the list appear to match with contact form fields. It seems it gets stuck in some part…
Can you help us to fix it?
]]>I set up an integration with my Mailchimp account and it appears it was successful. However, I got this error after I tested a form submission in my Contact page:
Mailchimp Error
Error while creating 2b272bf231 (The resource submitted could not be validated. For field-specific details, see the ‘errors’ array.)More DetailTime15/Mar/24 12:14:34Page URLhttps://www.crossicehockey.com/wp-admin/admin-ajax.phpEntry IDhttps://www.crossicehockey.com/wp-admin/admin.php?page=vxcf_leads&tab=entries&id
Also, I cannot enable the Mailchimp log to view.
Please help! Thank you!
]]>We have an [acceptance] tag in the CF7 form we’d like to use as the opt-in. How do we add the correct settings in the plugin settings to make this opt-in field work? Here are screenshots of the field and area we’re speaking of. Thank you
]]>Hello,
method_exists no longer accepts null and the plugin utilises this method and sends null
line 1129 fails as self::$plugin is null for us when we submit a lead. I updated the code to check to make sure it is not empty and it no longer errors, but I don’t believe it will function as expected if its passing null. Anyone else experiencing this?
if(!empty(self::$plugin) && method_exists(self::$plugin,’valid_addons’)){
Hi guys! There is a check box under the tab Mailchimp Feeds which says
“Update Entry [ ] Do not update entry, if already exists.”
I found this confusing. If I check the box, Does it means that if a user puts an already existing email it would be updated? Or not?
In any case. I had it disable but I usually get this error in my email inbox
“Error while creating {someIDnumber} ({user@email} is already a list member. Use PUT to insert or update list members.)”
How could I fix this?
Thanks!
]]>I have +20.000 log entries in Mailchimp Log tab and I am able only to delete 20 at a time. Is there any way to delete them all?
thanks
]]>Hi,
I installed the plugin and wanted to send my contacts from my website newsletter form and contact form page to Mailchimp.
I end up with the same errors for both forms.
The resource submitted could not be validated. For field-specific details, see the ‘errors’ array.
Anything I am missing? If someone can help, please…
]]>Hi!
I have installed the Plugin, linked my account and created a feed. I tried testing it but get this error in the Log: The resource submitted could not be validated. For field-specific details, see the ‘errors’ array.
Can anyone help to fix this?
]]>I set up a site for a client with the site admin email set to go to them. When there is an error on the MailChimp signup it comes to me instead of the client. I couldn’t figure out why the messages were coming to me but the only thing I can figure is that I created the forms so I am the “author” of the forms. You can’t edit the author of the form, so I’m not sure how to fix this. Is there a reason this doesn’t go to the site admin? Is there any way to change this? Thank you!
]]>Hi
Plugin works great, but while testing i deleted my test email used, and if i try to reuse the same account i get the following error
Error while creating 499dc27e55 (***@***.com was permanently deleted and cannot be re-imported. The contact must re-subscribe to get back on the list.)
How do i enable this? Surely if they resubmit they are re-subscribing.
Thanks
I’m having some trouble integrating newsletter with my website email. The website is integrated with Mailchimp, and every setting seems to be correct, but still, the newsletter is not taking email addresses to subscribe to the list. There’s an error when I go to MC$WP>Other. I’m not well versed in codes and API keys, so please let me know what’s the issue and how I can fix it. Thanks, The error:
ERROR: Form 207 > Mailchimp API error: 404 Not Found. Resource Not Found. The requested resource could not be found.
Request:
POST https://us20.api.mailchimp.com/3.0/lists/ba840afe61/members
{"status":"pending","email_address":"Akum******@co********.ca","interests":{},"merge_fields":{},"email_type":"html","ip_signup":"116.74.59.244","tags":[]}
Response:
404 Not Found
{"type":"https://mailchimp.com/developer/marketing/docs/errors/","title":"Resource Not Found","status":404,"detail":"The requested resource could not be found.","instance":"847dd3da-bdcb-9bdc-40f9-89c981af8dc7"}
]]>
Hi,
Do you have some guidance how to transfer also the opt-in / acceptance status correctly to Mailchimp’s GDPR opt-in field? For some reason when subscriber is transferred to Mailchimp the status is set as Opt-out and Subscribed.
These were in log:
status subscribed
consents_to_one_to_one_messaging 1
When an audience in Mailchimp is set up to use a form with a merge field with a field type set to “address”, the plugin breaks this field up into separate fields.
For example, if I have a field called “ADDRESS”, the plugin will let me choose from:
– ADDRESS-addr1
– ADDRESS-addr2
– ADDRESS-city
– ADDRESS-state
– ADDRESS-zip
– ADDRESS-country
The plugin then attempts to send data back in a format the API does not understand, resulting in the following:
TYPE
https://mailchimp.com/developer/marketing/docs/errors/
TITLE
Invalid Resource
STATUS
400
DETAIL
Your merge fields were invalid.
ERRORS
[{“field”:”ADDRESS”,”message”:”Please enter a complete address”}]
—
To solve this, we have changed our field from the type “address” to “text” and the plugin operates as expected. Please investigate the issues with the “address” field type.
]]>Hello,
So I set up the plugin to send email addresses to Mailchimp, with the API and form field mapping. There is only one field.
Everything seems OK, but I keep getting an error message each time I try to subscribe an email address through the form.
See a capture here: Screen captures
However, when I checked the log and Mailchimp, I see that the addresses are successfully sent anyway, despite the error message.
Is there something I need to do to disable the error messages ?
Thank-you for your help!
Catherine Bonargent
]]>A few of our sites are using this plugin to connect to mailchimp but this one seems to be having an issue where the API key, more specifically the account settings gets reset about once a week.
Some useful info:
– Ctrl + f, newsletter to take you to the form on the link provided.
– This is a multisite
– Has been happening for a few months now
I am currently trying to use a different API key to see if it changes anything.
Please can you let me know if there is anything I can do to solve this?
Thanks in advance
Milk
Form is working fine but will not import contacts into mailchimp
Here is my error report
Invalid Resource
status400
detail The resource submitted could not be validated. For field-specific details, see the 'errors' array.
instance89bcb88d-82fa-4cdb-32c8-fd539d283ea7
errors[{"field":"email_address","message":"This value should not be blank."}]
I am not a programmer – I just get by
I used stand tags for contact form 7
<label> First name
[text* your-name] </label>
<label> Last name
[text last-name] </label>
<label> Email
[email* your-email] </label>
<label> Phone
[tel* your-phone] </label>
[submit class:pushbutton-wide "Get Started"]
Can someone assist?
Thanks
]]>FYI, on Aug 28 iThemes Security reported:
Multiple Plugins from CRM Perks – Reflected Cross-Site Scripting
including this plugin.
Please let me know when a fix is released.
]]>After the latest update I can’t add new fields when trying to match.
The MailChimp list is loading just fine, but I can’t add more fields to match.
Here’s a screen record to show the issue: https://cloud.movavi.com/show/Ds2I0N6qyiJdHoAEb5pPtBOkxXaTrRef
]]>Hi, hope you can help with this. No matter what I do, I get a 400 Invalid Resource response with the following code
[{"field":"email_address","message":"This value should not be blank."}]
of course I double checked and email address is not blank (otherwise the form wouldn’t even go through). I also get the email address in Google Tag Manager Data Layer and I can export to Google Sheets automatically, so it seems to be related to this plugin or Mailchimp.
Any idea on how to solve please?
Thank you in advance!
]]>How do you stop the “Error While Posting to Mailchimp” emails?
Getting a lot of these with the content stating: “has signed up to a lot of lists very recently; we’re not allowing more signups for now)”
Is there a way to stop those emails from being sent to admins?
]]>Hello,
I have purchased your plugin:
Personal – 1 Site ($59.00)
It’s not a free version, I have paid for it at your Webpage. I have downloaded your “cf7-mailchimp-pro.zip” file and installed succesfully at wordpress.
I am trying to create tags in order to sync with MailChimp and I can not find where to do it.
Thanks!
]]>Hi there, I have purchased PRO version of this plugin, and I can not find the option where I can add tags to my form in order to sync them at Mailchimp.
I have send a ticket via your contact form 2 days ago, but no answer yet.
Someone to help me, please?
Thank you and regards!
]]>Hello,
I did a dropdown menu with enabled the multiple choices with contact form 7 in WP.
I create the dropdown menu in mailchimp list form and I connected all with the mailchimp plugin.
It’s all ok if I select only one choice (the informations go to the mailchimp list). But if I select more than one choice in the form it fail, and i receive an error email.
Where is the error?
I mean the dropdown set in mailchimp want only one choices, but I don’t know what I need to set. If I set a checkbox field in mailchimp I don’t see it in mailchimp plugin.
Thank you very much
Hello,
Trying to create a MailChimp feed but I cannot add a CRM Perks Forms (https://www.ads-software.com/plugins/contact-form-entries/) form to it even though both plugins are installed and, I think, properly configured.
It worked previously with Contact Form 7 forms, but if I installed CRM Perks Forms afterwards it doesn’t seem to want to work anymore.
Thanks.
]]>