On Aug 30, 8:59 pm, Mike Ramirez <[email protected]> wrote:
> hey,
>   I'm trying to write a recaptcha widget using the recaptcha client, the
> problem I'm having is that redefining value_from_datadict I get this
> error: 'ContactForm' object has no attribute named 'get'.  This happens on
> the initial loading of the from.
>
> here is the traceback:
>
> http://dpaste.com/87440/
>
> I'm not sure what I'm doing wrong here is the relevant code:
>
> http://dpaste.com/87441/
>
> Mike

I think you're going to need to post your view code as well. It seems
that the form is passing itself, rather than its data, to the widget,
so I'd guess there's something weird about the way it's being
instantiated.
--
DR.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to