What steps will reproduce the problem?
1. see:
http://localhost/php-form-builder-class/documentation/index.php#Form-Elements-Ca
ptcha
$form->addCaptcha();
$form->addCaptcha("My Captcha");
$form->addCaptcha("My Required Captcha", array("required" => 1));
If you take the sample code of the recaptchas only the first captcha is
diplayed.
This seems to be wanted behaviour and not a bug. But I think since most people
just copy & paste code examples they will be surprised or even confused.
So i would recommend to notice this in the online documentation.
Original issue reported on code.google.com by developm...@orca-services.ch on 24 Nov 2010 at 2:27
Original issue reported on code.google.com by
developm...@orca-services.ch
on 24 Nov 2010 at 2:27