newhck / php-form-builder-class

Automatically exported from code.google.com/p/php-form-builder-class
GNU General Public License v3.0
0 stars 0 forks source link

Unexpected behaviour after copy & paste code from the samples #100

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Agreed, the appropriate changes will made in the near future.

Thanks for the feedback,
- Andrew

Original comment by ajporterfield@gmail.com on 24 Nov 2010 at 4:30