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
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
2 matches
Mail list logo