Hi Melvyn -
Same. Could you include the URL to the repository of the captcha
> implementation you're using? I've looked at 2 now and neither of them have
> the
> code you posted.
>
I did a little write up with a .zip file of the code at the end here:
https://www.poweradmin.com/blog/updating-
Hi,
I've been using following implementation:
https://github.com/praekelt/django-recaptcha
Which has similar code.
Currently I'm actually using invisible ReCaptcha which works just fine with
field.
On Sat, Apr 21, 2018 at 9:52 PM, Melvyn Sopacua
wrote:
> On vrijdag 20 april 2018 16:17:05 CE
On vrijdag 20 april 2018 16:17:05 CEST DougN wrote:
> Thanks for any pointers.
Same. Could you include the URL to the repository of the captcha
implementation you're using? I've looked at 2 now and neither of them have the
code you posted.
--
Melvyn Sopacua
--
You received this message beca
I recently used similar stuff and IIRC recaptcha2 doesn't use one of those
fields anymore.
pe 20. huhtikuuta 2018 klo 17.40 DougN kirjoitti:
> I'm new to django and trying to figure out how some of the form processing
> works.
>
> For example, I have this field:
>
> class ReCaptchaField(forms.Fi
I'm new to django and trying to figure out how some of the form processing
works.
For example, I have this field:
class ReCaptchaField(forms.Field):
def __init__(self, *args, **kwargs):
super(ReCaptchaField, self).__init__(widget=ReCaptchaWidget)
The widget renders some HTML (reCapt
5 matches
Mail list logo