Print Page | Close Window

Create New Form with Captcha

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz CAPTCHA
Forum Description: Support forum for the Web Wiz CAPTCHA security image.
URL: https://forums.webwiz.net/forum_posts.asp?TID=29285
Printed Date: 29 March 2026 at 1:29pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Create New Form with Captcha
Posted By: mroberts653
Subject: Create New Form with Captcha
Date Posted: 04 May 2011 at 6:46am
Now that I have purchased Captcha, I need some help editing my forms to be able to use it. All of my forms (over 15 of them) have been created with FrontPage 2000 and worked very well up until I started getting a lot of spam recently. Can someone point me in the right direction?



Replies:
Posted By: WebWiz-Bruce
Date Posted: 04 May 2011 at 9:18am
If your Frontpage forms are using Frontpage Extensions then you would not be able to use the CAPTCHA application which is Classic ASP.

If your forms are not using Frontpage Extensions then rename them to have the .asp extension and follow the http://www.webwiz.net/web-wiz-captcha/kb/captcha-basic-install.htm" rel="nofollow - CAPTCHA install instructions

You may want to look at moving away from Frontpage as Microsoft dropped it some 10 years ago and stopped all support for it around 5 years ago. Frontpage Extenstions will not run with the last two versions of Windows Server so finding a host for Frontpage Extenstions will get harder.




-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: mroberts653
Date Posted: 04 May 2011 at 10:01am
Bruce,

Thank you for your feedback. How do I know if my FrontPage forms are using FrontPage extensions? I have already saved all of the .htm forms as .asp, but I didn't know to check for the extensions. Could that be part of the problem?

I have used FrontPage for publishing all of my websites and I like it because I can see the pages before I publish them (WYSIWYG) Is there an alternative besides Dream Weaver? I simply don't understand how to use that program. Too complicated. That's why I like FrontPage.


Posted By: WebWiz-Bruce
Date Posted: 04 May 2011 at 10:47am
If after updating the forms to have the .asp extension they still work then you should be fine. Make sure that you also update the forms action so it submits to the new page name.

There are lots of different WYSIWYG web design programs from free ones like Coffee Cup Express to Microsoft Expression Web.


-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: mroberts653
Date Posted: 04 May 2011 at 2:50pm
Hi Bruce,

Thanks again for your advice.

I believe I have the forms working fairly well except now I am trying to figure out how to email the data from the form to myself, as before. Any suggestions?

Mark


Posted By: WebWiz-Bruce
Date Posted: 04 May 2011 at 3:08pm
If you are uisng Frontpage Extensions to email you may find you need to swtich to using CDOSYS top send the email.

There is an example on the page below for sites hosted on our servers but can be adapted for use with other hosts:-

forum_posts.asp?TID=28749&title=sending-email-with-cdosys" rel="nofollow - Sending Email with CDOSYS


-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: mroberts653
Date Posted: 04 May 2011 at 3:51pm
Hi Bruce,

Thanks again. You are correct. I am using FrontPage extensions to send email. However, I am not completely unfamiliar with CDOSYS. I purchased a program from DMX Ready some time back that uses it. I will review that code as well as the one you have provided to see if I can muddle through it.

If I find that I cannot figure it out, does WebWhiz provide any fee based design services, just in case?


Posted By: WebWiz-Bruce
Date Posted: 04 May 2011 at 3:55pm
Sorry do not offer any web design services at the present time

-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: mroberts653
Date Posted: 04 May 2011 at 4:01pm
OK Thank you very much for your help today. If I have any problems, I will post a new thread.

Mark


Posted By: mroberts653
Date Posted: 04 May 2011 at 5:45pm
One more quick question. Is the CDOSYS code you provided a separate file used with an 'Includes statement' or is it embedded in the form file itself?

Can't decide which is correct.

Thanks again for your help.


Posted By: 123Simples
Date Posted: 04 May 2011 at 8:08pm
Hi Mark

Th easiest way of creating a form (or in your case a contact page) is to have basically say 3 files
The contact page itself - let's call it contact.asp
The processing page - this is where the CDOSYS script would be that handles the contact form, so that could be called contact-complete.asp (again an example)
This page would read the data from the contact.asp page, send the email and then say:

Thanks for sending your contact form. We'll get back to you

The third page (if someone enters an Incorrect captcha code, or if the form fails, is called contact-failed.asp
If the form does not send, they try to bypass something, then this page gets called by CAPTCHA and then they can be advised on that page what to do next

Something like that anyway


-------------
http://www.123simples.com/" rel="nofollow - Visit 123 Simples Web Design


Posted By: mroberts653
Date Posted: 04 May 2011 at 8:26pm
Hello Mr TWS, and thank you for your response. However, I am still confused.

Does the CDOSYS code get embedded into the form (contact.asp) or is it a separate file that uses an <--includes statement-->?

For the sake of discussion, I have contact.asp, contact_results.asp and contact_failure.asp pages created. Upon submitting the contact.asp form the contact_results.asp page opens and thanks them for their information and also displays the info from the fields just as they entered it as a confirmation. And if the Captcha code is incorrect it returns the contact_failure.asp form with a link to go back to the contact.asp form page and try again.

What I am trying to accomplish is to send myself an email with the users info from the fields they completed upon successful submission of the form, as well as return the contact_results.asp form.

So far, I haven't figured out, but I must be close.


Posted By: 123Simples
Date Posted: 05 May 2011 at 5:02pm
If you PM me Mark with your site address etc, I'll see if I can explain by email. 

-------------
http://www.123simples.com/" rel="nofollow - Visit 123 Simples Web Design


Posted By: garagedoors
Date Posted: 09 September 2011 at 1:28pm
If your forms are not using Frontpage Extensions then rename them to have the .asp extension and follow the http://www.webwiz.net/web-wiz-captcha/kb/captcha-basic-install.htm - CAPTCHA install instructions......



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net