Simply add a script to the page to customize the options:
<script>
var RecaptchaOptions = {
theme : 'clean',
tabindex : 2
};
</script>
The full Recaptcha client API can be viewed here.
If you benefit from web2py hope you feel encouraged to pay it forward by contributing back to society in whatever form you choose!
Simply add a script to the page to customize the options:
<script>
var RecaptchaOptions = {
theme : 'clean',
tabindex : 2
};
</script>
The full Recaptcha client API can be viewed here.
Comments (0)