The easiest way to do this if you're not a php expert is to send the email to one email box and then get that box to forward a copy onto another email address/s.
Kerry
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I would like to have a pull down that will send the form email to 1 of 2 hidden email addresses. Is this possible? How? Thank you
Anything is possible. This is open source code so feel free to modify it in any way you like.
The easiest way to do this if you're not a php expert is to send the email to one email box and then get that box to forward a copy onto another email address/s.
Kerry
i added another email address to the following line and it seems to work.
file - process.php
line 28: mail("mynew@hotmail.com, myotheremail@yahoo.com","Form Submitted at your website",$message,"From: phpFormGenerator");
-------
Good luck