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

Form Captcha

Questions

The captcha image does not appear in my website. What can be happening?

How can I now if the GD 2.0 Library is present in my web server?

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

Can I put more than one captcha instance in the same page?

Can I put some sort of reset button to generate a new captcha image (ex: in case the user doesn't see 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?

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

When I doubleclick 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 this 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 CS3?

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

Answers

The captcha image does not appear in my website. What can be happening?

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 HDWFormCaptcha has not been uploaded. In this case you need to upload it.
  • The path to the image (a PHP file) is wrong. Be sure that the paths in your local Dreamweaver matches with relative paths in your online web site
  • The GD 2 Image Library for PHP is not available. Maybe you can contact your web hosting service and request it.


How can I now if the GD 2.0 Library is present in my web server?

Most PHP servers contains the GD Image Library installed, it's almost an standard in every PHP installation.

There is a simple test to know the libraries installed with PHP. Follow this steps:

  1. Create a page named "phpinfo.php" with this single line:
  2. Load the page in your web browser, for example http://www.your-web-site.com/phpinfo.php

You will see a page with a detailed information about the PHP capabilities on your web server, including the GD Library version available.

If your web hosting support is fast or if it offer an online help you can just ask them about the support for GD Library.



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 apply the captcha to protect it.



Can I put more than one captcha instance in the same page?

It's not a common practice, but if the captchas contains the same configuration parameters (same with, height,...) you can add more than one.

Of course, in the same website you can use any number of captchas in different pages.



Can I put some sort of reset button to generate a new captcha image (ex: in case the user doesn't see 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+'&'+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.php" 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.php?hdwmsg=invalid#captcha


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.



When I doubleclick 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 Macromedia Extension Manager: http://www.adobe.com/exchange/em_download/


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

The download link is sent by mail and you will be redirected to a download page. If you have not received the email, please checkyour 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 this extensions with MACs ?

Yes, you can. this 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 restarted 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 CS3?

Yes, all our extensions are compatible with the most recent Dreamweaver versions, including Dreamweaver CS3.


When I preview my web page atfer 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 start 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.



CATEGORYPRODUCTS
  • Dreamweaver Extensions
  • SERVICES
  • More Extensions
  • Support
  • Email:

    Password: