It’s not working for me :(
-
Hi, first, thanks for the plugin. It really is a nice one. I was thinking of developing something myself in order to get the job done. So thanks!
However, for me it’s not working. I just installed a fresh dev local wordpress with elementor / pro, sendinblue and the plugin so I can test it.
I’m getting following error:
[05-May-2022 18:10:55 UTC] PHP Notice: Undefined index: in /srv/www/wordpress-one/public_html/wp-content/plugins/integration-for-elementor-forms-sendinblue/includes/class-sendinblue-integration-action.php on line 449
I’ve added some code trying to debug and that’s why lines will not correspond to the original ones but it gets stuck in:
‘body’ => json_encode([“attributes” => [ $sendinblueattributename => $fields[$settings[‘sendinblue_name_field’]], $sendinblueattributelastname => $fields[$settings[‘sendinblue_last_name_field’]] ], “includeListIds” => [(int)$settings[‘sendinblue_list’]], “templateId” => (int)$settings[‘sendinblue_double_optin_template’], “redirectionUrl” => $settings[‘sendinblue_double_optin_redirect_url’], “email” => $fields[$settings[‘sendinblue_email_field’]]])
and
‘body’ => json_encode([“attributes” => [ $sendinblueattributename => $fields[$settings[‘sendinblue_name_field’]], $sendinblueattributelastname => $fields[$settings[‘sendinblue_last_name_field’]] ], “updateEnabled” => true, “listIds” => [(int)$settings[‘sendinblue_list’]], “email” => $fields[$settings[‘sendinblue_email_field’]]])
I’m only adding email in the form. No first name, no last name.
Not sure why I’m the only one getting this error. Should not be working for all the others, unless it has something to do with my kind of form or some input of mine… ?
Would appreciate if you could help?
Thanks and best regards
- The topic ‘It’s not working for me :(’ is closed to new replies.