Captcha Description
Captcha Advanced
Captcha Help, FAQ
Ready-To-Use Web Forms >>
Captcha Demo
Captcha Demo 2
Web Form Management
Login / Get Access
Custom Web Forms
For Web Masters
Free Domain Name
Miscellaneous Payments
Testimonials
Contact Us
Site Map
Web Hosting General Info
Web Hosting Packages
Web Hosting Testimonials
Sign up For Web Hosting
HostAdmin General Info
About HostAdmin
HostAdmin FAQ
HostAdmin Signup
Quick facts about our web hosting services:
- In business since 1998
- Thousands of happy clients
- Help with programming
- Plenty of space and traffic
- Panel for easy maintenance
- Both Windows and UNIX
- Free domain name registration/renewal/transfer
- Free first three months of services
Web Hosting Sign up form
|
Ready-To-Use Web Forms Protected by Captcha
We know that it can be a challenge for a novice web master to create a web form.
So we are starting a series of ready-to-use web forms protected by Captcha.
You don't need to write any html, just copy our code.
The first web form is probably the most used one - "Contact Us".
Click here to open a new window with this web form.
Just copy the code in blue. Don't forget to change email address (shown in red) to your own.
You can also change "skip_WhereToReturn" and "skip_Subject" fields but it's not necessary.
<h2>Contact Us Web Form Protected by Captcha</h2>
<form id="ContactUsCaptchaWebForm" action="http://www.SnapHost.com/captcha/send.aspx" method="post" onsubmit="return ValidateForm(this);">
<input id="skip_WhereToSend" name="skip_WhereToSend" type="hidden" value="mail@test.com" />
<input id="skip_SnapHostID" name="skip_SnapHostID" type="hidden" value="W9FUAXT754CM" />
<input id="skip_WhereToReturn" name="skip_WhereToReturn" type="hidden" value="http://www.snaphost.com/captcha/ThankYou.aspx?isSent=success" />
<input id="skip_Subject" name="skip_Subject" type="hidden" value="Contact Us Captcha Web Form" />
<input id="skip_ShowUsersIp" name="skip_ShowUsersIp" type="hidden" value="1" />
<input id="skip_SendCopyToUser" name="skip_SendCopyToUser" type="hidden" value="1" />
<script type="text/javascript">
function ValidateForm(frm) {
if (frm.Name.value == "") {alert('Name is required.');frm.Name.focus();return false;}
if (frm.FromEmailAddress.value == "") {alert('Email address is required.');frm.FromEmailAddress.focus();return false;}
if (frm.FromEmailAddress.value.indexOf("@") < 1 || frm.FromEmailAddress.value.indexOf(".") < 1) {alert('Please enter a valid email address.');frm.FromEmailAddress.focus();return false;}
if (frm.Comments.value == "") {alert('Please enter comments or questions.');frm.Comments.focus();return false;}
if (frm.skip_CaptchaCode.value == "") {alert('Enter web form code.');frm.skip_CaptchaCode.focus();return false;}
return true; }
</script>
<table border="0" cellpadding="5" cellspacing="0" width="600">
<tr>
<td><b>Name*:</b></td>
<td><input id="Name" name="Name" type="text" size="43" maxlength="60" style="width:350px; border:1px solid #999999" /></td>
</tr><tr>
<td><b>Phone number:</b></td>
<td><input id="PhoneNumber" name="PhoneNumber" type="text" size="43" maxlength="43" style="width:350px; border:1px solid #999999" /></td>
</tr><tr>
<td><b>Email address*:</b></td>
<td><input id="FromEmailAddress" name="FromEmailAddress" type="text" size="43" maxlength="60" style="width:350px; border:1px solid #999999" /></td>
</tr><tr>
<td><b>Comments and questions*:</b></td>
<td><textarea name="Comments" id="Comments" rows="7" cols="40" style="width:350px; border:1px solid #999999"></textarea></td>
</tr><tr>
<td colspan="2" align="center"> <br />
<table border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td> <i>Enter web form code*:</i>
<input id="skip_CaptchaCode" name="skip_CaptchaCode" type="text" style="width:80px; border:1px solid #999999" maxlength="6" />
</td><td>
<a href="http://www.SnapHost.com/captcha"><img alt="Web Form Code"
style="margin-left:20px; border:1px solid #999999"
src="http://www.SnapHost.com/captcha/CaptchaImage.aspx?id=W9FUAXT754CM&ImgType=2" /></a>
</td></tr>
</table> <br />
* - required fields.
<input id="skip_Submit" name="skip_Submit" type="submit" value="Submit" />
</td></tr>
</table><br />
</form>
|
Site Map
Would you like to make a donation? Please click the PayPal button or use our Miscellaneous Payments page.
What is CAPTCHA?
CAPTCHA is a contrived acronym for "Completely Automated Public Turing test to tell Computers and Humans Apart".
It is a program that protects websites against bots by generating and grading tests that humans can pass but current computer programs cannot.
Humans can read distorted text on a picture, but current computer programs can't.
What is special about our CAPTCHA script?
Our script resides on our server, thus you don't need to do any server-side implementation, it doesn't depend on your server Operating System.
No registration required, you can just copy the code and use it on your page.
Unlike most CAPTCHAs we destroy the session when the correct input is entered, thus it's impossible to automate requests reusing the session.
Our script can verify email address entered and send a copy to your visitor if you wish - see Captcha Advanced.
Ask us and we review your form and fix it if you made a mistake - it is also free!
|