Is it possible after submitting a safecracker form to send a thank you email to the guest?
Asked
Active
Viewed 169 times
1
-
1You might have better luck asking this on [the ExpressionEngine StackExchange site.](http://expressionengine.stackexchange.com/) – Erik Reagan Jan 14 '13 at 15:44
1 Answers
0
Would you be comfortable with writing in PHP to deliver this email?
You can edit one of the hooks for Safecracker to perform an action (send an email) on form submission.
$this->EE->extensions->call('safecracker_submit_entry_start', $this);
http://ellislab.com/expressionengine/user-guide/modules/safecracker/development.html

sifxtreme
- 77
- 1
- 3
- 6