About RKS

RKS is a technology, website design and marketing firm with offices in New York and Arizona.

RKS works with home, small business, academic and corporate clients onsite or remotely in 26 states and 5 countries.

Online Client Center

Domain Registration

.

Eliminate Spam Bots

Tired of receiving form spam on your contact forms from random bots? RKS uses JCap (credit to Jonathan Feaster), to help put a stop to these pesky bots.

JCap is a very easy to implement solution to help put an end to spam bots. There is absolutely zero configuration required to implement this script, meaning you don't have to be familiar with PHP or ASP to use it.

Quick facts about using this:

  • Easy to implement!
  • Works in all JavaScript enabled browsers.
  • Small footprint - JCap takes less than a second to download (cable/dsl users).
  • These methods have been tested and work 100%.
  • If users do not have javascript enabled, the contact form will still submit correctly.

Implementation

Download the JCap.zip file, containing all of the required files for implementing JCap.

Extract the files to your website. Browse to http://www.domain.com/jcap.js to make sure that they are in the correct location.

On the page where you plan to implement JCap, insert the following HTML code between your <head> and </head> tags.

<script type="text/javascript" src="http://domain.com/jcap.js"></script>
<script type="text/javascript" src="http://domain.com/md5.js"></script>

Note: Make sure that the javascript files are in the correct location, and replace "http://domain.com/" with the location of your website.


Adding it into your form

Add the following code to your form tag:

onsubmit="return jcap();"

For example, if your form code is the follow:

<form method="post" action="" name="contact">

It should change to:

<form method="post" action="" name="contact" onsubmit="return jcap();">


Applying the image box

Next, add the image box code to your form. Within the <form> and </form>, insert the following code in the place you would like to have the image box display:

<input type=text name="uword" id="uword" value="" size=20>

<script language="javascript" type="text/javascript">cimg()</script>


Entire Form

Assuming you have put the files in the correct spot, the following form should work:

<html>

<head>

<title>Contact Form</title>

<script type="text/javascript" src="http://domain.com/jcap.js"></script>

<script type="text/javascript" src="http://domain.com/md5.js"></script>

</head>

<body>

<form method="post" action="" name="contact" onsubmit="return jcap();">

<b>Enter Image:</b><br />

<input type=text name="uword" id="uword" value="" size=20><br />

<script language="javascript" type="text/javascript">cimg()</script>

<input type="submit" value="Submit" name="Submit" />

</form>

</body>

</html>

 

Contact RKS

(800) 420-6836 sales@redkeysolutions.com
New York - (914) 930-6872
622 Rushmore Ave Suite 200
Mamaroneck, NY 10543

View Map

Arizona - (602) 281-3250
1753 E Broadway Rd Suite 101-255
Tempe, AZ 85282

View Map

More contact options - Click Here