Posted by phillyman1025 on July 8, 2011 at 3:54pm
3 followers
Jump to:
| Project: | CAPTCHA |
| Version: | 7.x-1.0-alpha3 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
I am currently doing a complete overhaul of a website and they want to add captchas. The person who created the form to register for a free trial hard coded it because they require the information to be sent back to their servers. I was wondering how to add a captcha to the page. An image is attached. I can post the code for the form if necessary. Any help would be greatly appreciated.
| Attachment | Size | Status | Test result | Operations |
|---|---|---|---|---|
| form.png | 29.2 KB | Ignored: Check issue status. | None | None |
Comments
#1
The old site is in drupal 6. http://journyx.com/saasset.html I am converting to drupal 7.
#2
There are multiple solutions, but the easiest is using the standard CAPTCHA admin page: add the form_id of your form to the list
or if you don't know the form_id: enable the option "Add CAPTCHA administration links to forms" and then go to the form.
#3
Also with help of hook_form_alter you can get that particular form_id and add it to list.
OR
With help of firebug you will get form-id.