May 5th, 2014, 11:24 PM
(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 );