209 comments found.
Just bought this plugin and connected it to my Sendy instance. But my list isn’t showing up. When I select “Add new list” and enter the list’s name/ID it just says “List does not exist yet” and when I click save, the list disappears.
What am I doing wrong here?
Hi
Can you please double check if your Sendy App url & ai key are correct.
Regards Aman
Hey, the issue was occurring on my dev site, but seems to be working on my live site. Must have been something wonky with my dev site.
Thanks for replying, all good now.
Some “update” instructions either posted here, or within the documentation file when you download the package, on how to overwrite your existing older installation would be helpful, cause there isn’t anything now…
I setup the plugin and it works great. The only issue I have is that when someone registers for a subscription on my site their full name goes into Sendy. When you are sending emails in sendy they dont have a merge tag for just the first name so how do I set it up where it only sends the first name into Sendy instead of the first and last name?
Can you please let me know here?
Hi
Are you familiar with editing php code?
Regards Aman
I have the php snippets plugin and know how to use that. Besides that I do not know. This is really important since I only send first name emails. I have to go in every day and change people. Please let me know how to fix this and so it stays not so that it reverts back on every single update.
ok,
Please add below code in php snippets plugin.
add_filter('sendy_registered_user_name', 'maybe_udpate_sendy_registered_user_name',10, 2);
function maybe_udpate_sendy_registered_user_name($name, $user_id){
$user_info = get_userdata( $user_id );
if( !empty($user_info->first_name)){
$name=$user_info->first_name;
}
return $name;
}
I have updated the plugin which will be updated here within an hour, please download & install v3.4.4 when it’s updated here.
Regards Aman
ok, let me know. thanks.
It’s updated now, you can download v3.4.4
I downloaded it and it says Nov 2019
please try again
ok, I added it. Do I need to change any setting for it to work?
no, have to add the code I sent.
I have added the new plugin and the code into the snippets php plugin as active. New subscribers today still had the full name? Please advise.
please send me link to your form.
Click on the first two options to see the checkout. We use cartflows.
ok, that is using woocommerce. Please downlaod v3.4.5 & add replace the code added earlier with below code.
add_filter('sendy_woocommerce_registered_user_name', 'maybe_udpate_sendy_woocommerce_registered_user_name',10, 2);
function maybe_udpate_sendy_registered_user_name($name, $posted_data){
if( !empty($posted_data['billing_first_name'])){
$name=$posted_data['billing_first_name'];
}
return $name;
}
Now the name is not being added at all. Refer: https://screencast-o-matic.com/screenshots/u/naMZ/1587589035896-6449.png
Please advise?
Can you please let me know or provide a refund?
There was issue with filter name too long. Please downlaod v3.4.6 & add replace the code added earlier with below code.
add_filter('sendy_woo_billing_name', 'maybe_udpate_sendy_woo_billing_name',10, 2);
function maybe_udpate_sendy_woo_billing_name($name, $posted_data){
if( !empty($posted_data['billing_first_name'])){
$name=$posted_data['billing_first_name'];
}
return $name;
}
Can you set it up so a user automatically gets subscribed to a specific list when purchasing a specific product via woocommerce? For example, anyone who purchases product “a” automatically gets subscribed to list “a”?
Hi
Yeah it’s possible, you can set list for each product.
Hi – Can we install this and configure to just automatically sync the wordpress users to a Sendy list? For example if site has users will it add them all to the Sendy list, then when new people join site it will add them to list also? We don’t need a signup form, we need all WP users to be automatically in our list. Thanks
Does this have to have the captcha? is this the only way to stop spam subscribers? Most people really do not want to be solving a captcha!
Can I use my own custom forms? User role registration, etc.
pre-buy question: is this scenario available: whenever someone makes a purchase they are automatically synced with sendy list?
Hello. Just purchased the module and have the following issues.
When try subscribe nothing happens. In the devtools I can see admin-ajax.php request always ends up with “IP address is invalid.”.
Can you please help. Thank you.
Hi
Can you please send me the link to your page.
Regards Amana
Hello, replied with URI, BO and FTP access via your support system.
Hi -sorry if answer already there 
Can your plugin AUTO add new users from these 2 scenarios: - custom buddypress registration form (from WPLMS theme) - woocommerce puchase (seems to be the case according to your doc but just want to be sure).
Thank you!
Hi
- yes it can add users from custom buddypress registration form - yes it works with woocommerce
Regards Aman
How can I show the widget name/title? The latest version doesn’t allow input directly into the widget once placed.
Noticed in v3.4 custom fields when added to form show as required regardless if required box is checked.
Hi
Which type of custom field you are adding to form?
Regards Aman
In settings, custom field tab, and the required tick box. Then in the all forms the one form I have created when I add any of the custom fields. The fields added regardless if the required box is ticked or not render when updated as a required field with RED *
thanks for reporting the issue. It’s fixed in v3.4.1 Please download & install v3.4.1
Regards Aman
Is this plugin updated and working with latest Sendy version? Is it possible to send the blog post id to the Sendy list (with Sendy custom field)?
Hi
Yes it’s updated. It’s not possible to send post id via custom field. I can add a filter then you can add few lines of custom code in them functions file which can then send post id to Sendy List.
Regards Aman
“Subscriber count in Frontend of widget” I do not see it in the demo site. Please turn it ON to make sure it’s working
Thanks
Is it reCAPTCHA v3 or v2?
Hi It’s reCAPTCHA v2.
Hi, Is there an option to add users who comment to a list (with the proper checkbox permissions, of course?)
Hi
Can you please explain more about your requirement. Where do you want users to comment to list ?
Regards Aman
There would be a checkbox in the comment section: Sign me up for news. If checked user would be added to sendy. Mailster has something like this. It’s just another oportunity to gain users.
Does this plug-in have the ability to unsubscribe a user from a Sendy list when they purchase a particular product?
Hi
No, right now user can only be added to list if they they purchase a particular product.
Regards Aman
OK thanks. Guess I’ll keep looking. Thanks. There’s always Zapier!
hello, I want to ask if this plugin can sync normal users registered on my site to the sendy list. the register page is : https://domain.com/wp-login.php?action=register
thank you
hi
yes you can add user to sendy from your register page.
Can we send daily posts automatically?
Hi
No, this plugin is adding subscriber from your site only.
Regards Aman
Will this plugin allow the automatic adding of customers to a list when they make a purchase? I do not need a form on the site, I just need people to be able to optin to a list during their purchase process. I also need to be able to remove from one list and add to another if they upgrade their purchase. Similar to what https://codecanyon.net/item/sendy-for-woocommerce/22392759?s_rank=1 say their plugin can do. Problem with that plugin just listed is that I cannot get it to work and it also does not require an API key which seems to me like without an API key it will not function properly.
Hi
It can add users to list after checkout but removing them from list is not possible at the moment.
Regards Aman
Thank you, Is it something that will be added in the future?
yeah, It can be added in future update.
Can you tell me if you have included the option for users to be subscribed to different lists at checkout depending on the different product purchase? Your screen shots only show paid users and free users, can this be changed depending on the products and the lists we want to make available?
that feature is in development, you will be able to set list for each product.
It will be available in next update which will be released by mid September.