Why our extensions?
- High Quality, Tested and Approved
- Unlimited Domain License
- Dedicated Support Team
- Free Updates
- Easy to Install and Use

ASP Form Captcha

Questions

Do I need to add some verification code in the page that process the form?

The captcha image does not appear. Where is the problem?

Can I put a reset button to generate a new captcha image (ex: in case the user doesn't see it clearly) ?

Can I use Form2Mail and FormCaptcha in the same form?

Is it possible to change the return link so that when the page refreshes, it jumps back down to the captcha image instead of the top of the page?

The page displays the text <% HDWCaptchaInvalidMessage %>, why?

Some of my fields are not being re-filled when the captcha code entered is incorrect, any solution?

The form is submitted even if I don't type the captcha code. How can I prevent this?

When I double click the MXP file I'm getting this error: "Extension requires more recent version of Macromedia Extension Manager". How can I solve this?

I have problems while downloading the file. How can I download it?

I don't have a credit card. Are there alternative payment options?

Do you offer a multi-domain license?

I'm getting this error message "Is not possible to create data structure.". What's happening?

Can I pay using my credit card ?

Can I use these extensions with MACs ?

I have downloaded the new program, but cannot seem to access it from the command panel.

I'm getting this message "Please define your site first.". What I should do?

This extension works with Dreamweaver CC?

When I preview my web page after I get this message in my Internet Explorer,"To help protect your security, Internet Explorer has restricted...". What is the problem?

Note about sales taxes.

I'm getting this error: "TypeError: THE_DOM has no properties" . There is a workaround?

I'm getting the error "Can't update menus. Extension will not be installed". What is the solution?

Answers

Do I need to add some verification code in the page that process the form?

No, no hand coding is needed or additional steps are required. The captcha verification code is inserted automatically into the web page that protects the form.

Note that the page that process the form (save it , or send by email, etc...) must exist before you apply the captcha to protect it.



The captcha image does not appear. Where is the problem?

Note that the image is not displayed when editing in Dreamweaver. The image is displayed when the page is loaded with a browser.

If you are not seeing the image in a browser, then there are three possibilities:

  • The folder HDWASPFormCaptcha has not been uploaded. In this case you need to upload it. Please note that the HDWASPFormCaptcha folder is generated in your local web site when you insert the captcha in your page, then you need to upload that folder to your online web server.
  • The path to the image (an ASP file) is wrong. Be sure that the paths in your local Dreamweaver matches with relative paths in your online web site


Can I put a reset button to generate a new captcha image (ex: in case the user doesn't see it clearly) ?

Yes, put this button into your page:

<input type="button" name="hdwnc" value="new image" onclick="document.getElementById('captchaimg').src =document.getElementById('captchaimg').src+'&'+Date();" />

This link makes the same function:

<a href="#captchaimg" onclick="document.getElementById('captchaimg').src =document.getElementById('captchaimg').src+'&'+window.Date();">new image</a>


Can I use Form2Mail and FormCaptcha in the same form?

To put Form2Mail and FormCaptcha together, please follow these steps:

  1. Insert Form2Mail into your form as always.
  2. Once inserted Form2Mail, insert FormCaptcha.
  3. Select the file "HDWForm2Mail/Form2Mail.asp" as the page to protect.
  4. Click the "Browse" button to select this file.
  5. Configure others parameters of FormCaptcha in the "Insert Captcha"
  6. window, as always.
  7. Update all the files in your web server.

These automatically will generate all the code needed to achieve the functionality.



Is it possible to change the return link so that when the page refreshes, it jumps back down to the captcha image instead of the top of the page?

Yes, follow these steps:

1 - Add an empty anchor at the bottom of your page like this one:

<a name="captcha"></a>

2- Add #captcha to the end of your "Redirect on failed" page, example:

mypage.asp?hdwmsg=invalid#captcha


The page displays the text <% HDWCaptchaInvalidMessage %>, why?

The page that contains the form has the following ASP code to display some optional confirmation messages, example when the captcha code entered is incorrect:

<% HDWCaptchaInvalidMessage %>

If your page has an extension different from ".ASP" then that block can not be processed and is sent directly to the browser, that's why the message appears.

You have two options:

1- You can rename your page to a ".ASP" extension to be able to show the confirmation messages.

2- ... or you can leave your page with the current extension and remove the <% HDWCaptchaInvalidMessage %> block to ignore it.


Some of my fields are not being re-filled when the captcha code entered is incorrect, any solution?

Please do not use spaces in the field names, use underscore _ instead spaces.

Adidtionally, if you are not using spaces, note that in Internet Explorer the "select" fields need the "value" specified in order to be able to refill those fields with javascript.

Example (incorrect):

<select name="my field">
<option>Blue</option>
<option>Red</option>
<option>Green</option>
</select>

Example (correct):

<select name="my_field">
<option value="Blue">Blue</option>
<option value="Red">Red</option>
<option value="Green">Green</option>
</select>

Please add the value attributes to the option tags.



The form is submitted even if I don't type the captcha code. How can I prevent this?

If the form is submitted even if you don't type the captcha code then the cause is one of the following:

  1. The page that processes the form wasn't selected as the "page to protect";

  2. .... or the page that processes the form wasn't uploaded to the online website after adding the captcha.

When you insert the captcha into your form, you must select processing page (where the form data is posted to) as the "page to protect". That way the captcha image will be inserted into your form and the captcha verification code will be inserted into the page that processes the form.

After this step, please remember to upload both the page that contains the form and the page that processes the form to your online webserver. Remember to upload also the "HDWFormCaptcha" folder that was generated into your website.


When I double click the MXP file I'm getting this error: "Extension requires more recent version of Macromedia Extension Manager". How can I solve this?

Download the most recent version of the Adobe/Macromedia Extension Manager or the version related to your Dreamweaver version:

http://www.adobe.com/exchange/em_download/

After installed open the MXP file from the Extension Manager menu to be sure that you are installing the extension using the correct Extension Manager.



I have problems while downloading the file. How can I download it?

If you purchased the product using Google Checkout, the instructions for accessing your purchase will appear in a yellow box at the top of your Order Receipt page (into your Google Checkout account):



After accessing that link you will get a copy of the product and a copy of the download link will be sent to your email address. If you have not received the email, please check your spam/bulk mail folder.

If you lost both download links, please contact our support service and we will send you a new download link. Please include the email used for payment in your message;


I don't have a credit card. Are there alternative payment options?

We accept Paypal and MoneyBookers, both services allow (indirect) payments through bank transfers.

Moneybookers is accepted in almost all countries.


Do you offer a multi-domain license?

All extensions have an unlimited domain license. You can use them in all your web sites.


I'm getting this error message "Is not possible to create data structure.". What's happening?

Please, change the "Links relative to" setting in the site configuration options (Dreamweaver 8 or later).

If this setting does not solve the problem, then follow these steps:

  1. Restart Dreamweaver
  2. Be sure that you have a local web site defined in Dreamweaver
  3. Open the page where you want to insert the extension(this page must be saved previously into your web site)
  4. Try to insert the extension again


Can I pay using my credit card ?

Yes, Paypal allows you to pay directly using your credit card.

We also accept MoneyBookers (accepts credit cards when uploading funds).


Can I use these extensions with MACs ?

Yes, you can. These extensions are tested in all actual browsers and used from Dreamweaver on both platforms, PC and MAC.


I have downloaded the new program, but cannot seem to access it from the command panel.

Did you restart Dreamweaver after double clicking the MXP file? Please remember to restart Dreamweaver after double clicking the MXP file.


I'm getting this message "Please define your site first.". What I should do?

It's required to define a working site in Dreamweaver because Dreamweaver needs to know where to place the files.

Download here a PDF document with help about defining a site in Dreamweaver.



This extension works with Dreamweaver CC?

Yes, all our extensions are compatible with the most recent Dreamweaver versions, including Dreamweaver MX, Dreamweaver MX 2004, Dreamweaver 8, Dreamweaver CS3, Dreamweaver CS4 and Dreamweaver CS5, CS5.5, CS6, CC 2014 .. CC 2019.


When I preview my web page after I get this message in my Internet Explorer,"To help protect your security, Internet Explorer has restricted...". What is the problem?

If you are testing your page directly from your local hard disk in IE 7, this message appears:

"To help protect your security, Internet Explorer has restricted this webpage from running scripts or ActiveX controls that could access your computer. Click here for options."

In IE 7 this message appears when you test a web page that contains a script or Flash item directly form your local hard disk. When you upload your page to an online web server that message does not appear.

The address from a web server must start with http:// or https:// . On the other hand if the address starts with C:\ or file:// then you are testing it from your local hard disk.

Just upload your web page to your web site and you will see that the error disappears.



Note about sales taxes.

No sales tax is charged when you purchase via PayPal. You can order via PayPal with a credit card even if you do not have a PayPal account. PayPal's status as a financial institution exempts PayPal orders from sales tax. CodePeople will be the retailer of record. CodePeople is based in Switzerland and does not have any US sales tax obligations.


I'm getting this error: "TypeError: THE_DOM has no properties" . There is a workaround?

Please follow these steps:
  1. Check if  you have defined a local web site at dreamweaver.
  2. Check if you have saved the page into your local web site.
  3. If you are using Dreamweaver templates, check if your templates allow an "Editable Region" in the <HEAD> section of the HTML code.
  4. Mark the "Use case-sensitive link checking" option in the site settings and recreate your site cache.
  5. After these checks, please restart your Dreamweaver and try again.
If the above actions don’t solve the problem, then probably the reason is a wrong HTML structure in the page that you are trying to use the product, in this case, please check the page’s HTML structure and if you cannot find the problem then contact our support service.


I'm getting the error "Can't update menus. Extension will not be installed". What is the solution?

That's due to a bug in the Adobe Extension Manager that sometimes corrupts the "Menus.xml" file. That file can be found in the following location:

Windows users: C:\Documents and Settings\[UserName]\Application Data\Macromedia\Dreamweaver [version]\Configuration\Menus\menus.xml

Mac users: HD:Users:username:Library: Application Support:Macromedia:Dreamweaver [version]:Configuration:Menus:Menus.xml

To fix this problem close your Dreamweaver and try the following:

  1. Un-install all your extensions and then re-install them one at a time. This will work in most cases.
  2. If the above doesn't work then delete the "Menus.xml" file. After this you will need to disable and enable your extensions in order to get the menu entries again.
  3. If none of the above works then there is more than one file corrupted, the solution in this case will be to completely uninstall Dreamweaver and reinstall it again.


CATEGORYPRODUCTS
  • Dreamweaver Extensions
  • Dreamweaver Templates
  • Services
  • More Extensions & Products
  • Support