Lap
Forum Replies Created
-
I just tested the form and didn’t get any error, it redirected to the homepage.
Can you set the log on MC4WP > Other to “log everything” (instead of only errors) and then try again, do you see anything at all in the log?
Also please try with a different email address to see if that is related.
Hope that helps. If you have any questions, please let me know!Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Help to connect FormsI have an example code snippet for different TAGS per CF7 form:
https://github.com/ibericode/mailchimp-for-wordpress/blob/main/sample-code-snippets/integrations/contact-form-7/different-tag.php
You would need to write your on code to make it different lists per CF7 form as this is not a feature that is build into the plugin.If you are using the MC4WP forms instead of the CF7 integration you can of course set a list per form in the form settings of each form.
Hope that helps. If you have any questions, please let me know!Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] How to add group/interest for CF7 with MC4WPIt has to be done using php.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] How to add group/interest for CF7 with MC4WPYou can look at this example:
https://github.com/ibericode/mailchimp-for-wordpress/blob/main/sample-code-snippets/integrations/woocommerce/add-to-grouping.php
But note that is for WooCommerce, so you have to change the integration tag in the code from mc4wp_integration_woocommerce_subscriber_data to mc4wp_integration_contact-form-7_subscriber_data
Hope that helps. If you have any questions, please let me know!Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] How to add group/interest for CF7 with MC4WPYou can use this PHP code snippet to set a tag:
https://github.com/ibericode/mailchimp-for-wordpress/blob/main/sample-code-snippets/integrations/contact-form-7/different-tag.php
Would that work for your situation?I recommend the WpCode plugin. The free version will suffice.
Hope that helps. If you have any questions, please let me know!It is not possible to add tags in the HTML code of the form, but you can add a custom PHP snippet to your site to assign Mailchimp tags to CF7 forms. Please see https://github.com/ibericode/mailchimp-for-wordpress/blob/main/sample-code-snippets/integrations/contact-form-7/different-tag.php
Hope that helps. If you have any questions, please let me know!Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Hide Checkbox Not WorkingWith double opt-in turned on you should receive an opt-in email from Mailchimp. Only after clicking the link in the email the subscriber is added to the audience.
If you’re not receiving opt-in emails, maybe they’re going to spam, In that case look into setting up SPF and DKIM for Mailchimp: https://mailchimp.com/developer/transactional/docs/authentication-delivery/
Hope that helps. If you have any questions, please let me know!Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Form not sending ADDRESS field to MailchimpAn issue with the field of type “address” in Mailchimp, is that Mailchimp expects a full and complete address with zip code and country etc all filled in. It’s not possible to send just a partial address to Mailchimp. For this reason I recommend using normal text fields instead for each piece of data that you want to collect.
Hope that helps. If you have any questions, please let me know!Successfully subscribed … means that the subscriber is successfully sent to Mailchimp, from there it’s out of our hands. Its Mailchimp who sends out the opt-in email. If you don’t receive that email maybe it’ going to spam (check SPF settings or domain alignment).
Please go to MC4WP > Other, and set it to “Log everything” (instead of logging only errors). Then test the form again. What do you see in the log?
Under MC4WP > Form > Settings, is Double op in set to Yes?
If so, the subscriber has to click the link in the opt-in email before it’s added to the audience.Thanks for letting me know.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Field data not passed to MailchimpPerfect, glad to hear that solved it.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Mailchimp form not submittingPlease see https://www.mc4wp.com/kb/fix-the-oops-something-went-wrong-error/
If that doesn’t solve the issue for you, please let me know what you see in the log on MC4WP? > Other.
Hope that helps. If you have any questions, please let me know!Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Field data not passed to MailchimpHi Jesper,
For Premium support you may also email us at support at mc4wp.com for faster response.
Please go to MC4WP > Mailchimp, click “renew mailchimp lists” and then try again.
Also make sure that the fields are added to the form via the buttons above the form builder, not manually pasted in from another source. If it’s still not working please email us a link to this thread on our support email. Thanks!
Hope that helps. If you have any questions, please let me know!