Jun 13th, 2010, 9:06 AM
Hi Aluwe,
Add the ft_send_emails(...) line after this bit:
That will then send any emails that have been assigned to the "on submission" trigger.
Let me know how it goes!
- Ben
Add the ft_send_emails(...) line after this bit:
PHP Code:
// replace X here too
$query = mysql_query("
UPDATE {$g_table_prefix}form_22
SET is_finalized = 'yes'
WHERE submission_id = $submission_id
");
That will then send any emails that have been assigned to the "on submission" trigger.
Let me know how it goes!
- Ben