Just edit as necessary. I'm going to host the e-mailer script. (Don't worry, no ads here

)
HTML Code:
<form name="form" action="http://www.alotofstuffhere.com/scripts/emailer.php" method="post">
<p><label>Name: <input type="text" name="name"></label></p>
<p><label>Address: <input type="text" name="address"></label></p>
<p><label>Phone Number: <input type="text" name="phone"></label></p>
<p><label>E-Mail: <input type="text" name="email"></label></p>
<p><label><input type="submit" name="_Submit" value="Submit"></label></p>
<p>
<label><input type="hidden" name="_email" value="*******************"></label>
<label><input type="hidden" name="_message" value="Thanks for submitting this form."></label>
<label><input type="hidden" name="_footer" value="Regards, Your Company."></label>
<label><input type="hidden" name="_subject" value="Your Company."></label>
<label><input type="hidden" name="_callit" value="Your Company"></label>
<label><input type="hidden" name="_redirect" value="http://www.google.com.au/"></label>
</p>
</form>
Note the _ means a non-parsed (meaning that It won't get sent in the e-mail) line.
Dictionary
_email = From
_message = Beginning of the message
_footer = End of the message
_Submit = The button 'Submit'

(DO NOT CHANGE THE SUBMIT BUTTON NAME.)
_subject = Subject of the message
_callit = Whatever you want to call yourself (eg. "You have recieved a new message from ..." instead of the e-mail)
_redirect = Where you want to be redirected afterwards. Please include the FULL URL.
Bookmarks