I have a form to collect the order from the sale of a product.
On the form, ask the customer email address:
<input name="Email" type="text">
Well, I want my client to receive a copy of the request you made in your email address. In other words, I want the form to send me the order (it already does phpFormGenerator) and at the same time send a copy of the email asked for my client.
How do I edit process.php?
P.D.: Sorry for my bad English
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I have a form to collect the order from the sale of a product.
On the form, ask the customer email address:
<input name="Email" type="text">
Well, I want my client to receive a copy of the request you made in your email address. In other words, I want the form to send me the order (it already does phpFormGenerator) and at the same time send a copy of the email asked for my client.
How do I edit process.php?
P.D.: Sorry for my bad English