Topic-icon Recaptcha field

Active Subscriptions:

None
13 years 10 months ago #25289 by weblon
Recaptcha field was created by weblon
Hello ,
I have a small problem with recaptcha . In the normal registration form ( com_user ) it is showing , but in JFB registration form the recaptcha is not apearing . Is it any config for this ? I checked the code and it seems to be in array of fields , but for some reason it is not displayed .

Any sugestions please
Thanks
The topic has been locked.
Support Specialist
13 years 10 months ago #25294 by alzander
Replied by alzander on topic Recaptcha field
No, I'm not sure actually. If it's in the output HTML, then it's likely being hidden by some unwanted CSS.

Can you try with a different template to see if that changes the look? If not, let us know the page where we can test on and we'll let you know what we find.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
13 years 10 months ago #25314 by weblon
Replied by weblon on topic Recaptcha field
Hello , i think is not about the template , it's quite weird actually as i do not understand as well , when i am doing print_r(fields) the captcha is there , but for some reasons it is not rendered in the view .

http://www. lady.co.uk/component/jfbconnect/?view=loginregister&return=Lw== ( captcha is not working here )
http://www. lady.co.uk/component/users/?view=registration ( captcha working here )

Could you please check again and see if you can help

Thanks
Sergiu C.
The topic has been locked.
Support Specialist
13 years 10 months ago #25361 by alzander
Replied by alzander on topic Recaptcha field
Sergui,
I'm unsure of what's happening either. We just tested with a captcha on a dev site, and it works as expected for us. Not sure what would be hiding it.

Our login/register template file simply iterates over all the $this->form->getFieldset values. Can you post what the print_r for you shows? That may also help us understand where your output is differing from ours.

Thanks,
Alex
The topic has been locked.