[web2py] Re: reCaptcha in registration form with custom layout

2013-02-12 Thread Johan Börjesson
t; Would that work? Any suggestion for fixing this problem? > > On Monday, 11 February 2013 09:13:15 UTC-6, Johan Börjesson wrote: >> >> I had the same problem a while ago. The solution is described in the >> book: http://web2py.com/book

[web2py] Re: reCaptcha in registration form with custom layout

2013-02-11 Thread Johan Börjesson
I had the same problem a while ago. The solution is described in the book: http://web2py.com/books/default/chapter/29/09#CAPTCHA-and-reCAPTCHA Instead of > > > {{=form.custom.widget.recaptcha}} > > use {{=FORM(Recaptcha(request,PUBLIC_KEY, PRIVATE_KEY, options="theme:'white'" ))}} -- ---