Home › Forums › Back End › Multiple form “actions” for one form › Re: Multiple form “actions” for one form
May 29, 2013 at 10:13 pm
#136985
Participant
No. The values you are passing to the `action1.php` are available . You just need to write a script that saves the data to the database and sends email. Code would be written inside `action1.php` file.
You could use AJAX to save data, although I’m not sure how safe that is.