Anyone know why Sendy Elements has newly been pulled from the plugin store for a “full review”? I looked at the source code, and it’s very simple, so it’s not obvious to why this has been pulled.
]]>Hey there I’m setting up a new site for a client I’m trying to add a request for a quote form. Simple simple but its not passing the submission to sendy list. Everything looks fine double checked and triple checked all settings but still no data is being passed to the sendy list and there are no errors giving any clues as to why. How do you troubleshoot this. I have set up working forms on other sites. I even tried having the new site pass info to a different list that works on another site.(no luck) so it must be something to do with the theme or??? the main question is how to trouble shoot this?
Thanks for the help
]]>Hi, Thanks so much for this plugin it works awesomely and very easy to use!
One thing I would like to have (or know if exists already): if a customer fills in the form and the email already exists in Sendy, I would like the option to return a message saying “this email already exists” (or better a custom message).
Currently it just overwrites all other fields (or makes blank if something is not filled out) which is useful in some cases. So best would be to have two options when email exists: A) don’t update to Sendy and throw custom message B) update/overwrite all fields.
Thank you!
]]>Hi Jose,
When I submit the form data I get a notice – Server Error. Form not sent.
However, I then get the email confirmation so the form is being sent.
What is causing this notification and how can I fix it?
Thanks
Sean
Hello,
I have install Sendy on xxx.com server, but I use this plugin to create form from Elementor (on yyy.com server), can I pass the form detail cross server or I need to install sendy on same server where I use my wordpress?
Is it possible to have a form with checkbox fields wherein you will select the Lists you want to subscribe to?
]]>Hi, i am using Sendy 2.9, havent uograde to Sendy 5.0 yet, this plugin working with any version of Sendy?
]]>Hi. Thanks for putting together this plugin.
Is there any way to combine 2 fields into 1 and pass the combined string to the Sendy name field.
I have 2 custom fields, “FirstName” and “LastName”, which I hope to combine (separated by a space) and pass the combined string to the Sendy name field. Thanks for your help.
Hi,
The plugin is great. Thank you for creating it. I’m just trying to use it to send checkbox content to a custom field.
Using the form widget, I have created a field and set it to checkbox.
I have given it the following content-
Sydney, Australia|Sydney
Melbourne, Australia|Melbourne
Perth, Australia|Perth
New Zealand|New Zealand
USA|USA
Canada|Canada
Europe|Europe
I have set the custom field name and id.
For some reason the checkbox values are not passed to Sendy.
Could you please help.
]]>Hi,
Finally, I found this plugin to sync Elementor and Sendy.
BTW Although I filled all value:
* Sendy URL
* API Key
* Sendylist ID
But the email and name cannot appear to my Sendy email list
* In your plugin description you do not mention to fill values ( Email, Name ID) so I still let them blank (anyway I still dont know where to take that values)
Kindly help me this issue?
]]>Sendy Elements支持WordPress4.7 or higher
Elements pro 在wordpress 5.0一下无法使用,
WordPress4.9无法激活Sendy Elements 2.0
这样复杂的兼容问题,应当得到重视,
至少Sendy Elements 2.0应该支持wordpress 4.9版本,以支持Elementor Pro2.7
Sendy Elements supports WordPress4.7 or higher
Elements pro cannot be used under wordpress 5.0,
WordPress4.9 cannot activate Sendy Elements 2.0
Such complicated compatibility issues should be taken seriously.
At least Sendy Elements 2.0 should support wordpress version 4.9 to support Elementor Pro2.7
Subscribers from my elementor form are not showing up on my sendy list. Instead i keep seeing an error message pop up.
I have all of the appropriate fields filled in.
sendy url, api key, sendy list id, email & name fields id’s are all filled in.
I read in another discussion that people were using the code below to correct the problem, but this doesn’t seem to work for me either.
‘ipaddress’ => \ElementorPro\Core\Utils::get_client_ip(),
Any idea what the problem could be?
]]>i.e. does this plugin fully utilise the sendy API? so when I click subscribe I can get the ajax response without the page reloading or navigating away ?
]]>Hi the plugin is working well with a form in the footer but not working with the popup.
]]>Jose,
I’ve made some enhancements to your plugin to incorporate custom fields and GDPR setting. I’d like to send these over to you. Perhaps you can include them in an update. I’ve seen some others asking for custom fields as well.
Can you provide an email or location to send the updated files to?
The changes have been tested with the latest versions of Elementor Pro (2.9.2), Sendy (4.0.6), and WordPress (5.3.2).
Regards,
Michael
===================
Enhancements Include:
* Option for GDPR/CCPA Compliance
* All name fields force the first character to UPPER CASE
** Added custom fields options
With Custom Fields ENABLED:
* You get FirstName and LastName Fields
* Sendy default Name field is auto-populated
* 2 Fully customizable additional fields.
With Custom Fields DISABLED:
* Runs with Sendy Default Configuration (Name and Email Only) Plus GDPR
Hello,
Regarding the submission error being generated with the Elementor Pro 2.9.1
The problem is, for whatever reason, in 2.9.1 the “Utils” Class is no longer located under “Classes”. They have moved it “Core” and done away with Classes altogether.
To fix the problem, edit the plugin.php file for Sendy Elements and simply change the following line of code from:
‘ipaddress’ => \ElementorPro\Classes\Utils::get_client_ip(),
TO:
‘ipaddress’ => \ElementorPro\Core\Utils::get_client_ip(),
I don’t know if this was intentional or an oversight on their part. I submitted a support ticket from the Elementor site. I’ll post their reply in this thread when I get it.
Regards,
Michael
]]>Hi,
I have recently discovered that the Sendy Elements plugin is throwing up errors behind the scenes and the forms will not submit.
The sequence of events is:
Visitor inputs name and email into form
Visitor clicks submit button
Then underneath the button the word ‘x error’ appears and nothing else happens.
It has been diagnosed as the Sendy Elements plugin causing this issue from the technical guys at siteground, as they identified the errors in the background and upon disabling the plugin the forms worked fine.
Below is the code they provided me with:
[20-Mar-2020 22:04:52 UTC] PHP Fatal error: Uncaught Error: Class ‘ElementorPro\Classes\Utils’ not found in /home/xxxxxx/public_html/wp-content/plugins/inboundlatino-sendy-elements/plugin.php:88
Stack trace:
#0 /home/xxxxxx/public_html/wp-content/plugins/elementor-pro/modules/forms/classes/ajax-handler.php(124): Sendy_Action_After_Submit->run(Object(ElementorPro\Modules\Forms\Classes\Form_Record), Object(ElementorPro\Modules\Forms\Classes\Ajax_Handler))
#1 /home/xxxxxx/public_html/wp-includes/class-wp-hook.php(288): ElementorPro\Modules\Forms\Classes\Ajax_Handler->ajax_send_form(”)
#2 /home/xxxxxx/public_html/wp-includes/class-wp-hook.php(312): WP_Hook->apply_filters(”, Array)
#3 /home/xxxxxx/public_html/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
#4 /home/xxxxxx/public_html/wp-admin/admin-ajax.php(190): do_action(‘wp_ajax_nopriv_…’)
#5 {main}
thrown in /home/xxxxxx/public_html/wp-content/plugins/inboundlatino-sendy-elements/plugin.php on line 88
It’s great that they found the problem, however, your plugin is a fantastic little plugin for connecting Elementor to Sendy and ideally I’d like to get it working, so I’m wondering if perhaps you might have a fix, or you can tell me how to fix it myself?
I must mention though, I’m not a coder. I am confident editing code to a certain degree with the right guidance, but without guidance I wouldn’t even consider attempting it ??
Thanks,
Mark
With the Elementor 2.9 Pro update. I’m getting an error when submitting the form with Sendy. I made no changes to any settings.
The error is across all my websites using the Sendy Elements Plugin.
I have one website that I haven’t updated to 2.9 yet and it works fine. So there is a conflict somewhere.
]]>Hola, gracias por implementar este plugin! He seguido todo los pasos pero no me conecta con la lista de Sendy.
Tengo la última versión de Sendy 4.0.5 y Elementor Pro 2.8.3.
Mi lista de Sendy tiene solo los campos Name y Email. Puedes ayudarme?
Muchas gracias
]]>Hi,
Finally, I found this plugin to sync Elementor and Sendy.
BTW Although I filled all value:
* Sendy URL
* API Key
* Sendylist ID
But the email and name cannot appear to my Sendy email list
* In your plugin description you do not mention to fill values ( Email, Name ID) so I still let them blank (anyway I still dont know where to take that values)
Kindly help me this issue?
]]>Hi, Great straight forward program, thanks. Is there any timeframe on getting custom field mapping in this plugin?
]]>Just as an FYI, this plugin is not compatible with the Neve theme if you have your /wp-admin/ directory password protected in .htaccess. When someone submits the form, Neve/Elementor tries to access /wp-admin/wp-ajax.php which in my case is password protected, so it prompts the user to log in.
This does not happen with some of the other themes I use, so it’s an issue with Neve (not this plugin), but I can’t use this plugin because of it unfortunately.
]]>(never mind, I missed the post below)
]]>@josesotelocohen I accidentally updated the plugin and then realized that it requires Sendy > 4.0.3.3 which I do not have.
Tried to rollback using WP Rollback plugin but it says “It appears there are no version to select. This is likely due to the plugin author not using tags for their versions and only committing new releases to the repository trunk.”
Also, can’t see the “Previous Versions” list to download it as mentioned here – https://kinsta.com/knowledgebase/download-older-versions-of-wordpress-plugins/#repository
Can you please add tags to SVN or maybe at least some link to download the older version of the plugin?
]]>When Elementor Pro is deactivated, the site breaks and all pages show this error
Fatal error: Class 'ElementorPro\Modules\Forms\Classes\Action_Base' not found in {wp_directory}/wp-content/plugins/inboundlatino-sendy-elements/plugin.php on line 8
The site is experiencing technical difficulties. Please check your site admin email inbox for instructions.
This is probably because the plugin does not check if Elementor Pro is active or not before trying to use the class.
Please fix this.
]]>Hi Jose, good job, really a useful plugin!
May I just ask you if there is any way to add and map some other custom fields I created in the list, apart from email and name?
Thank you very much in advance!
]]>