Hello everyone,

I'm trying to use reCaptcha in the registration form with a custom layout.

I added the reCaptcha functionality using
*
auth.settings.register_captcha = Recaptcha(request, 
RECAPTCHA_PUBLIC_KEY,RECAPTCHA_PRIVATE_KEY
, ...)
*and it works perfectly when using the default table layout:*
*
*
{{=form}}
*
but using a custom layout
{{=form.custom.widget.recaptcha}}
I haven't been able to make it work, the widget just doesn't appear (well, 
it prints the *None* keyword).

Could someone shed me some light on it?
I'm using Web2Py 1.99.7

Thanks in advance!

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to