[web2py] Re: Recaptcha2 in custom form

2016-08-29 Thread 'Annet' via web2py-users
Hi Massimo, Thanks for your reply, problem solved nicely. Kind regards, Annet -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this messag

[web2py] Re: Recaptcha2 in custom form

2016-08-28 Thread Massimo Di Pierro
break form = SQLFORM.factory(db.auth_user, db.auth_dummy, extra_fields=extra_fields) form.append(Recaptcha2(public_key = '...', private_key = '')) into recaptcha = Recaptcha2(public_key = '...', private_key = '') form = SQLFORM.factory(db.auth_user, db.auth_dummy, extra_fields=extra_fields