Hi,
Problem: recaptcha does not seem to appear.
Description: ive added a text field and tried various combinations of form types but i cannot get recaptcha to show.
i get nothing. Is there something im missing something? the plugin is turned on. is there some library i should install?
The generated source shows no mention of recaptcha:
Problem: recaptcha does not seem to appear.
Description: ive added a text field and tried various combinations of form types but i cannot get recaptcha to show.
<div class="form_item">
<div class="form_element cf_textbox">
<input class="cf_inputbox required" maxlength="150" size="30" title="{reCaptcha}" id="text_1" name="name" type="text" value="{reCaptcha}" />
</div>
<div class="cfclear"> </div>
</div>
i get nothing. Is there something im missing something? the plugin is turned on. is there some library i should install?
The generated source shows no mention of recaptcha:
<div id="text-area">
<form name="ChronoContact_captchaForm" id="ChronoContact_captchaForm" method="post" action="http://69.89.31.94/~pramatrc/index.php?option=com_chronocontact&task=send&chronoformname=captchaForm" >
<div class="form_item">
<div class="form_element cf_textbox">
<input class="cf_inputbox required" maxlength="150" size="30" title="{ReCaptcha}" id="text_1" name="name" type="text" value="{ReCaptcha}" />
</div>
<div class="cfclear"> </div>
</div> <input type="hidden" name="47f57c463c5df061fc0d351e79f6faed" value="1" />
<input type="hidden" name="1cf1" value="db0a0fb0031ba438dd66e80edc476fb1" />
</form>