yea. Just open up process.php in your text editor and search for your email address. It should be enclosed in quotes. Just put a comma after your email addres, and type in the other person's email, making sure both of them are still enclosed in quotes like this:
"me@yahoo.com, you@yahoo.com"
Leave the rest as is.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I"m looking to have the form sent to whomever completes the form. So I'd need to somehow have the program take their email address from their form, and then use that email to send them a copy of the document.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there a way that I can have the form sent both to me (which seem like the default) and also the person who completes the form?
yea. Just open up process.php in your text editor and search for your email address. It should be enclosed in quotes. Just put a comma after your email addres, and type in the other person's email, making sure both of them are still enclosed in quotes like this:
"me@yahoo.com, you@yahoo.com"
Leave the rest as is.
OK My question wasn't understood.
I"m looking to have the form sent to whomever completes the form. So I'd need to somehow have the program take their email address from their form, and then use that email to send them a copy of the document.
thats a form specific thing; this has been discussed in previous posts.