In this example the form is using the CGI version of the Novice Form script. If you wish to use the PHP version you will have to change the form action to:

<form method="post" action="http://www.yourwebsite.com/cgi-bin/nvform.php">

Simply insert this form code where you want it to appear on your website and upload the cgi-bin folder to your server. You'll have to change the permissions on the file to "755" in order for it to work.

Open the Novice Form script that you plan on using with your favorite text editor. Find the following line:

$sendto = "contact\@yourdomain.com"; ##
(REMEMBER THE \ BEFORE THE @ SIGN)##

Simply change the part in red to a valid e-mail address and upload the changes. Test out your form and hopefully it'll work!

If you have any problems or questions you can leave a comment here and I'll be happy to assist you.