1
0
Fork 0
feedizer-php/htdocs/libraries/formsgeneration/templates/form_captcha_body.html.php
2015-11-13 23:51:46 +01:00

14 lines
No EOL
294 B
PHP

<fieldset>
<legend><b><?php $form->AddLabelPart(array("FOR"=>"captcha")); ?></b></legend>
<center><?php $form->AddInputPart("captcha"); ?>
<?php
if(IsSet($verify["captcha"]))
{
?>
&nbsp;[Verify]
<?php
}
?></center>
</fieldset>
<hr />
<center><?php $form->AddInputPart("doit"); ?></center>