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

Wrong function in online documentation used #98

Closed GoogleCodeExporter closed 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->addCKEditor("My Required Captcha", array("required" => 1));

shouldn't the last be also addCaptcha???

Original issue reported on code.google.com by developm...@orca-services.ch on 24 Nov 2010 at 2:06

GoogleCodeExporter commented 8 years ago
Fixed.

Thanks,
Andrew

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