Forums

Recaptcha not appearing

SpaceCowboy 01 Sep, 2009
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.
<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>
GreyHead 01 Sep, 2009
Hi SpaceCowboy,

Do you have the Plugin configured? and enabled in the Plugins Tab? - if it's enabled then the bar will be *green* in the latest release.

Bob
SpaceCowboy 02 Sep, 2009
I believe i have it all turned on, the config below has keys to use as you can see in the attachement (config.png)
[attachment=0]config.PNG[/attachment]

and the plugins tab also has the recaptcha ticked as you can see in the attachement (plugins.png)
[attachment=1]plugins.PNG[/attachment]
nml375 02 Sep, 2009
Hi,
That actually means that all plugins have been disabled... Green bar with a red cross means enabled (in ChronoForms, that is).

/Fredrik
SpaceCowboy 03 Sep, 2009
yeh i realised that after i sent it. however i must say that didnt work either. but i did get it to work in the end and that was by actually going to the recaptcha page and just clicking 'save'. even though the public and private key was there it didnt seem to have any affect until i physically saved the information.
GreyHead 03 Sep, 2009
Hi SpaceCowboy,

You do need to save the config for any of the plugins before they will work.

Bob
This topic is locked and no more replies can be posted.