Hi Idahoans,
I thought I would share this with you as it might be a noteworthy tool for
your website. This is a mail form that I have created and it works through
our server.
HTML Code
<!-- start form code -->
<form
action="http://idgenweb.org/cgi-sys/FormMail.cgi"
method="post">
<table cellpadding="3" width="100%">
<tr><td align="right"><b>Your
Name:</b></td><td><input type="text"
name="realname"></td></tr>
<tr><td align="right"><b>Email
Address:</b></td><td><input type="text"
name="email"></td></tr>
<tr>
<td align="right"><b>Subject:</b></td>
<td>
<select name="subject">
<option value="select">--- Select One ---</option>
<option value="Suggestions, Questions, or Complaints">Suggestions,
Questions, or Complaints</option>
<option value="Contact the Webmaster">Contact the County
Coordinator</option>
<option value="Others">Others</option>
</select>
</td>
</tr>
<tr><td align="center" colspan="2"><b>Would you like
a reply?</b> <INPUT
TYPE="radio" NAME="reply" VALUE="yes" checked>Yes
<INPUT TYPE="radio"
NAME="reply" VALUE="no">No <i>(check
one)</i></td></tr>
<tr><td colspan="2"><b>Your
Message</b><br><textarea name="message"
rows="10" cols="50"></textarea></td></tr>
<tr><td align="center" colspan="2"><br>
<input type="hidden" name="recipient" value=" [ENTER EMAIL
HERE] ">
<input type="hidden" name="redirect" value=" [ENTER URL HERE]
">
<input type="hidden" name="required"
value="realname,email,subject,reply,message">
<input type="hidden" name="env_report" value="REMOTE_HOST,
HTTP_USER_AGENT">
<input type="hidden" name="print_config"
value="email,subject">
<input type="hidden" name="print_blank_fields"
value="1">
<p><input type="submit" value="Send Message"> <input
type="reset"></p>
<small><small>Created by <a
href="http://www.thepcmanwebsite.com/">The PCman
Website</a> Form Generator ©2011</small></small>
<!-- This form is free to use but you must leave this notice, the link above
and the copyright notice visible and intact here on this page!! -->
</form></td></tr>
</table>
<!-- end form code -->
Okay, there are two things you need to make changes of. First, find the
statement [ENTER EMAIL HERE] you will need to enter your contact email
address here, if you wish to make this more spam-free or spider-free. You
can go to this website,
http://www.wbwip.com/wbw/emailencoder.html, and
enter your email address one box, then click on "encode" and your emial will
be in character entitles.
Next, find this statement [ENTER URL HERE] and enter the redirect page you
wish your patron need to return to. It could be your home page or you can
create a "Thank You" page. Just enter in a complete URL, I.e.,
http://idaho.idgenweb.org/thank_you.html.
If you can read and understand HTML coding. Perhaps you want to change the
<option> menu. If you do, make sure you type it exactly as it other ones
are.
If you have any questions, just ask away. I am here.
Matt
--
*Matthew D. Friend*
Conway, Arkansas
--o0o--
Visit my Facebook:
http://www.facebook.com/MatthewDFriend
MatthewDFriend(a)facebook.com