M said:
Thats a good point, the user may not have a pop 3 account set up and
the java script did not work....
Any suggestions on how to do this form submission....???
I'm sure there are solutions out there in the user groups and obviously
im not looking in the right place....i would appreciate some useful
search tips and if you could also point me towards the right groups for
html....even better would be a solution....as ive been attempting this
form submission for ages :-<
Help me.....
I use a formmail from
http://www.tectite.com/ and have had good success
with it. The file is quite large as all of the documentation is inside.
It is free and secure.
This is the code I use for the form:
<div id="content">
<h1>Contact Form</h1>
<p>Please fill in the blanks and click on "Submit." </p>
<hr />
<form method="post" action="
http://your url here">
<input type="hidden" name="env_report"
value="REMOTE_HOST,REMOTE_ADDR,HTTP_USER_AGENT,AUTH_TYPE,REMOTE_USER" />
<input type="hidden" name="recipients" value="your email_*_aol.com" />
<input type="hidden" name="bcc" value="another email_*_yahoo.com" />
<input type="hidden" name="required" value="email:Your email
address,firstname:First Name,lastname:Last Name" />
<input type="hidden" name="derive_fields"
value="realname=firstname+lastname" />
<input type="hidden" name="subject" value="Form Information" />
<fieldset>
<legend>Personal Information:</legend>
<label for="lastname">Please enter your last name:</label>
<input type="text" name="lastname" class="field" tabindex="1" />
<label for="firstname">Please enter your first name:</label>
<input type="text" name="firstname" class="field" tabindex="2" />
<label for="address">Please enter your address:</label>
<input type="text" name="address" class="field" tabindex="3" />
<label for="city">Please enter your city:</label>
<input type="text" name="city" class="field" tabindex="4" />
<label for="state">Please enter your state:</label>
<input type="text" name="state" class="field" tabindex="5" />
<label for="phone">Please enter your phone number:</label>
<input type="text" name="phone" class="field" tabindex="6" />
<label for="email">Please enter your email address:</label>
<input type="text" name="email" class="field" tabindex="7" />
</fieldset>
<fieldset>
<legend>Subject:</legend>
<label for="topic">Broken link</label>
<input type="radio" name="topic" value="Broken link" />
<label for="topic">Comment</label>
<input type="radio" name="topic" value="Comment" />
<label for="topic">Question</label>
<input type="radio" name="topic" value="Question" />
<label for="topic">Other</label>
<input type="radio" name="topic" value="Other" checked="checked" />
</fieldset>
<fieldset>
<legend>Please enter your message:</legend>
<textarea name="mesg" rows="10" cols="50"></textarea>
</fieldset>
<fieldset>
<input type="submit" value="Submit" class="button" /><input type="reset"
value="Reset" class="button" />
</fieldset>
</form>
<!--
Please support the ongoing development of FormMail and our other
freeware products by keeping the following text on your form
(or placing it elsewhere on your website). Thanks!
-->
<p class="copy">This form and its free
<a href="
http://www.tectite.com/">FormMail</a>
processor supplied by
www.tectite.com, creators of
software <a href="
http://www.tectite.com/">copy protection</a>.
</p>
</div>
--
Wayne
http://www.glenmeadows.us
With or without religion, you would have good people doing good things
and evil people doing evil things. But for good people to do evil
things, that takes religion.
—Steven Weinberg