Using php to mail a form is a simple task. Grab the codes below to learn how to do it yourself. This is continuation of our last lesson "Create a Form in a PHP Function".
Edit the Functions.php File
In order to accomplish this you will edit your functions.php form to look like it does below. This will give you more form inputs like email, subject and message.
Now edit your index.php file so that you can grab the post variables in php. After grabbing the post variables you will be able to email yourself a copy.