The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
generate email at cc_end - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: API (https://forums.formtools.org/forumdisplay.php?fid=17) +--- Thread: generate email at cc_end (/showthread.php?tid=3025) |
generate email at cc_end - XeXe - May 5th, 2014 Hi, I would like send a confirmation email to my customer when receiving correct infos from the bank after a payment by credit card. the treatment is being done at cc_end.php My question is which function I have to use ? RE: generate email at cc_end - Joe - May 5th, 2014 Hi Xexe, cc_end.php is not one of our files, I suspect that it's a file that is part of an external form that the bank is redirecting the page to. There's not a specific function to use to send an email, the confirmation email is sent when the submission is finalized. It just has to be setup in the admin interface. Cheers, Joe RE: generate email at cc_end - XeXe - May 5th, 2014 (May 5th, 2014, 3:57 PM)Joe Wrote: There's not a specific function to use to send an email, the confirmation email is sent when the submission is finalized. It just has to be setup in the admin interface.Hi joe, Thank you Joe, do you suggest that if receiving correct infos from the bank, a function like this should send email as set up in the admin interface(?) : $parameters = array( "submit_button" => "add", "next_page" => "$_SERVER['PHP_SELF']", "form_data" => $_POST, "finalize" => true ); ft_api_process_form($parameters ); RE: generate email at cc_end - XeXe - May 6th, 2014 ok, I suppose I was looking for function ft_send_emails($event, $form_id, $submission_id) RE: generate email at cc_end - XeXe - May 10th, 2014 I was looking for ft_send_emails( ($event, $form_id, $submission_id) This thread is closed. Thank you RE: generate email at cc_end - Kahanho0 - Jan 14th, 2015 The WordPress module needs to be updated. It has issues with the most recent version of WordPress and does not work. One of the many items on our to-do list. Cheers, |