Is there a way to set up a form so it will show who actually sent the form?
My forms all come from the address I inserted into the process.php file.
Thansk,
Ben
Have a field for the email address, then alter the process.php mail line to:
mail(........... $message,"From: $Email"
Works GREAT, thanks a bunch.
Log in to post a comment.
Is there a way to set up a form so it will show who actually sent the form?
My forms all come from the address I inserted into the process.php file.
Thansk,
Ben
Have a field for the email address, then alter the process.php mail line to:
mail(........... $message,"From: $Email"
Works GREAT, thanks a bunch.