Jun 19th, 2010, 11:56 AM
solved... I took the
from http://forums.formtools.org/showthread.php?tid=437
PHP Code:
<?php if (!empty($g_api_recaptcha_error)) { ?>
<div>Error message here! (<?=$g_api_recaptcha_error?>)</div>
<?php } ?>