Earlier this year I found a neat tutorial that allowed me to send forms on my webpage to my email, without any knowledge of PHP on my part. I created a form on my site with labels for each field. I was then able to create a text file as a template for my email, complete with variable labels. All I had to do was link the text file to the form via a hidden field and then have the form action go to this .php file.
I have since lost the link to this tutorial, and I cannot find it despite 4 hours of searching. Are there any other methods to do this?
I have since lost the link to this tutorial, and I cannot find it despite 4 hours of searching. Are there any other methods to do this?