Open up process.php, then search for the email address that you provided during form creation. Find where it is, and then replace it with the new email address.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
How do I change the e-mail address the form is sent to?
I create the form, test it and then make it active for my client.
During testing, it's sent to my e-mail address. Once testing is complete, I now need to send the form to their e-mail address.
Open up process.php, then search for the email address that you provided during form creation. Find where it is, and then replace it with the new email address.
any answers to this question?
Musawir did answer your question.
Here it is again.
mail ( $to , $subject , $message )
http://www.php.net/function.mail