Text for your users:
Here you can insert text so that the user knows he can continue since he has passed the captcha verification page.For example:
Ok, now please proceed to fill out our form... Click the link below:Obviously you can create a page that is part of the rest of your web site design, with the appropriate link to your form, and just substitute this go.html page with your one making sure that your version has the same name [ go.html ] and is placed inside the captcha folder.
----------------------------------------------------------------------
Instructions for you before uploading to your server site root:
All you have to do is modify the link below so that it leads back to your old - but renamed form:
Remember you are now inside the folder 'mycaptcha', in your site root.
So if you are linking to your renamed form which is also in the root of your web site, the link code should be:
<a href="../form1.html">
[ Use the path to / and the name of your actual renamed form ]
If you are linking to your renamed form which is in a sub directory in the root of your web site, the link code should be:
<a href="../yourFormFolder/form1.html">
[ Use the path to / and the name of your actual renamed form ]
!!!!!!! Modify this link as explained above!!!!!!!!
LINK TO YOUR RENAMED OLD FORM