Thread: Forms
View Single Post
  #10 (permalink)  
Old 03-19-2004, 10:23 AM
rsadik rsadik is offline
WebProWorld Member
 

Join Date: Oct 2003
Location: New York
Posts: 58
rsadik RepRank 0
Default For a simple form try this method

<form name="anyname" method="POST" enctype="text/plain" action="mailto:any@domain.com">
<input type="hidden" name="subject" value="anyname">

This method is good for beginner as you need no script, as I have used it before. It is a simple form to get your email in your inbox, guaranteed. If you would like a thank you page appear after the user click send form, then you would need a script.
There are lots of free scripts at www.scriptarchive.com
Good luck,
rsadik
http://www.arrowtravel.com
http://www.eldertravelclub.com - site still under construction.
Reply With Quote