captcha = fields.ReCaptchaField( widget=widgets.ReCaptchaV2Checkbox( api_params={'hl': 'cl', 'onload': 'onLoadFunc'} ) ) # The dictionary is urlencoded and appended to the reCAPTCHA api url.