Problems with subscribes
-
Form looks/submits fine, but all new subscribes are coming in as “Subscribed: Nov 29, -0001 07:00 pm”. Also, submitted interest group option not showing in MailChimp (instead – default option shows up).
Form is in sidebar at http://insights.bookbub.com/
https://ww.wp.xz.cn/plugins/yikes-inc-easy-mailchimp-extender/
-
Hi bgantick,
I just did a test on a fresh mailing list that I had setup. You are correct, the date that gets stored for ‘date added’ doesn’t seem to be correct.
The ‘last changed’ seems to be correct though. I also tested the interest groups, which seemed to have worked on my end without any issue:
I will have a look into the date added parameter and how that is being stored.
Thanks for bringing that to our attention.
Evan
Thanks,
EvanHi Again Bgantick,
I have located the issue and I am going to make the necessary adjustments to the codebase.
In the meantime, feel free to use the following snippet to temporarily fix things until the new patch is released:
function fix_incorrect_optin_time( $api_request, $form_id, $list_id, $email ) { $api_request['merge_vars']['optin_time'] = current_time( 'Y-m-d H:i:s', 1 ); return $api_request; } add_filter( 'yikes-mailchimp-user-subscribe-api-request', 'fix_incorrect_optin_time', 10, 4 );Thanks again for reporting the issue here.
Evan
Thanks for the quick response Evan. You are correct, ‘last changed’ does seem to be populating correctly.
The bigger issue is the interest group not registering properly for us. I tried re-adding the interest group field in the form builder, but the issue persisted. While doing this, I noticed another issue where the hide label field is being duplicated on save: https://gyazo.com/271467a3fe99a21b36f3b235aed7efe4
I was mistaken when I said that the default option was being sent instead of the user selected option. It’s actually sending a blank or null option. Any idea what the problem could be?
I’ll apply your fix for the date added issue.
P.S. – Your link throws a 403 for me.
Hi Bgantick,
Sorry about the link. I may have had the wrong link copied. Here is what I was referring too:
https://www.diigo.com/file/image/rabssqszcsarrepdezbsorbspq/test.jpgI just noticed that issue with the ‘Hide Label’ field duplcated as well. I will get that removed and patched up in the next release as well.
I am going to test interest groups with a dropdown, but from my tests they do appear to be working. I’ll report back here shortly.
Evan
Hi Bgantick,
Feel free to download the latest release that I just pushed out, v6.0.2.3.
If you take a look at the changelog you’ll see that I’ve gone ahead and updated the following issues:
* Fixed incorrect optin time being sent to MailChimp for new subscribers (fixed for checkbox integrations, ajax and non-ajax forms)
* Fixed ‘Hide Label’ displaying twice under interest groups
* Fixed error thrown for custom_fields for some users
* Fixed dropdown interest group data not being sent to MailChimp properlyYou’ll notice the last item will resolve the issue that you were specifically facing with the interest group data not being submitted properly. I have also gone ahead and implemented a fix for the optin_time.
Feel free to give things a testing and let me know if things were successfully patched up on your end.
Thanks for reporting these issues!
EvanAwesome! Everything looks good after a quick test. Thanks for your help!
Awesome, I’m glad that did the trick. If you run into any other weird issues or something doesn’t look right, feel free to drop us a line and we’ll get a patch out for it asap.
Thanks again!
EvanGreat, I’m glad everything got resolved for you.
Thank you for reporting the issues here so we can iron out these bugs.
If you’re enjoying the plugin, would you consider giving it a review? We would really appreciate it.
Thank you!
-TracySure thing Tracy – done.
Thank you so much!
The topic ‘Problems with subscribes’ is closed to new replies.