How can I add CAPTCHA functionality to FeedbackForm? If not possible, how can I create a form with CAPTCHA functionality?
Thanks,
CH
[SOLVED] Need a form with CAPTCHA functionality
-
charleyhankins
- Forum Members

- Posts: 28
- Joined: Tue Oct 09, 2007 4:33 pm
[SOLVED] Need a form with CAPTCHA functionality
Last edited by charleyhankins on Thu Jan 08, 2009 5:53 pm, edited 1 time in total.
-
Ziggywigged
- Power Poster

- Posts: 424
- Joined: Sat Feb 02, 2008 12:42 am
Re: Need a form with CAPTCHA functionality
Captcha module: http://dev.cmsmadesimple.org/projects/captcha
And use it with the FormBuilder module: http://dev.cmsmadesimple.org/projects/formbuilder.
There is an option to use captcha when creating/editing forms.
And use it with the FormBuilder module: http://dev.cmsmadesimple.org/projects/formbuilder.
There is an option to use captcha when creating/editing forms.
Take a penny, leave a penny.
-
charleyhankins
- Forum Members

- Posts: 28
- Joined: Tue Oct 09, 2007 4:33 pm
Re: Need a form with CAPTCHA functionality
Downloaded the most recent of both modules. It works until I enable the Captcha. When I do that I recieve the following errors:
Warning: main(./hn_captcha.class.php): failed to open stream: No such file or directory in /home/content/b/a/r/bartonjh/html/greenacresorganics/modules/Captcha/lib/hn_captcha/hn_captcha.class.x1.php4 on line 48
Fatal error: main(): Failed opening required './hn_captcha.class.php' (include_path='.:/usr/local/lib/php') in /home/content/b/a/r/bartonjh/html/greenacresorganics/modules/Captcha/lib/hn_captcha/hn_captcha.class.x1.php4 on line 48
Warning: main(./hn_captcha.class.php): failed to open stream: No such file or directory in /home/content/b/a/r/bartonjh/html/greenacresorganics/modules/Captcha/lib/hn_captcha/hn_captcha.class.x1.php4 on line 48
Fatal error: main(): Failed opening required './hn_captcha.class.php' (include_path='.:/usr/local/lib/php') in /home/content/b/a/r/bartonjh/html/greenacresorganics/modules/Captcha/lib/hn_captcha/hn_captcha.class.x1.php4 on line 48
Re: Need a form with CAPTCHA functionality
OK you need to read the captcha module Help as it will direct you to some folder permissions for it to work, and you may need to choose a different type of Captcha Library to use: in the captcha admin...
-
charleyhankins
- Forum Members

- Posts: 28
- Joined: Tue Oct 09, 2007 4:33 pm
[SOLVED] Re: Need a form with CAPTCHA functionality
Thanks! Changed the Captcha Library to GD Captcha. Works fine now.
Want to overcome HN Captcha Error
Hi
I just finished my first website using CMSsimple. Excellent product. I'm hooked. In that website, I used version 1.4.1 and HNCapcha. Worked great. Now building a new website using 1.5.2. on the same server. HNcaptcha is broken. I don't like Phpcatcha or GD captcha. I want HNcaptcha. I got the same error message as charlyhankins. It worked before, there must be a fix. Can anyone help? Thanks.
Oh...nevermind. I figured it out. The XML installer failed to install the 'hn_captcha.class.php' file in the modules/Captcha/lib/hn_captcha/ directory. So I copied it from the previous website into that folder, and presto. Hope this helps someone else.
I just finished my first website using CMSsimple. Excellent product. I'm hooked. In that website, I used version 1.4.1 and HNCapcha. Worked great. Now building a new website using 1.5.2. on the same server. HNcaptcha is broken. I don't like Phpcatcha or GD captcha. I want HNcaptcha. I got the same error message as charlyhankins. It worked before, there must be a fix. Can anyone help? Thanks.
Oh...nevermind. I figured it out. The XML installer failed to install the 'hn_captcha.class.php' file in the modules/Captcha/lib/hn_captcha/ directory. So I copied it from the previous website into that folder, and presto. Hope this helps someone else.
Last edited by acuitas on Sat Jan 24, 2009 3:22 am, edited 1 time in total.
-
spaceghost
- New Member

- Posts: 3
- Joined: Fri Jan 30, 2009 5:18 pm
Re: [SOLVED] Need a form with CAPTCHA functionality
Why is Captcha compatible with version 1.2.2 and not version 1.4.1?
Re: [SOLVED] Need a form with CAPTCHA functionality
Captcha works with all versions of CMS Made Simple...

