I use auth.register() to create my registration form. I managed to add
reCaptcha to it, however it's appended after my submit button.
The current code:
register_form[0].append(Recaptcha(request,
'xxxxxxxxxxxxxxxxxxxx',
'yyyyyyyyyyyyyyyyyyyy',
options="theme:'white', lang:'en'",
label='Verification',
error_message='Invalid verification'))
I would like to append reCaptcha after the last field of the form (so
before the submit button). How do I do this?
--
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 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.