Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Multiple form “actions” for one form Re: Multiple form “actions” for one form

#136985
Alen
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.