Captcha
Usage example
<?php
$form = new \Construct\Form();
$form->addField(new \Construct\Form\Field\Captcha(
array('name' => 'captcha')
));
echo $form->render();
Usage example
<?php
$form = new \Construct\Form();
$form->addField(new \Construct\Form\Field\Captcha(
array('name' => 'captcha')
));
echo $form->render();