You do not need to implement it. You can do:

form=FORM(..., Recaptcha(request,public_key,private_key),...)

or

form.element(...).append(Recaptcha(request,public_key,private_key))


On Apr 2, 2:33 pm, elffikk <elff...@gmail.com> wrote:
> how to use reCaptcha in other form then authorization forms?
> is it possible or do I need to implement that?
>
> please help

Reply via email to