On Tue, Dec 29, 2009 at 10:24 PM, shacker <shac...@birdhouse.org> wrote:
[...]
>
> Yes, I have the default/basics working just fine. Just not sure I
> understand why the docs and source code seem to imply that a subject
> field will be there but then it doesn't show up as part of the
> {{form}} dict.

I'm trying to understand, sorry but I'm not native english speaker :)

The code only defines 3 form fields: name, email, body
http://bitbucket.org/ubernostrum/django-contact-form/src/tip/contact_form/forms.py#cl-140

The only references to "subject" that I see is the description of a
callable method
that generates the subject.
http://bitbucket.org/ubernostrum/django-contact-form/src/tip/contact_form/forms.py#cl-77

I think you just need to add a subject field to the form and use it in
the templates,
The method get_context() takes care of passing the form fields through
the templates.
http://bitbucket.org/ubernostrum/django-contact-form/src/tip/contact_form/forms.py#cl-178

Hope it helps :)

Regards,

-- 
Rolando Espinoza La fuente
www.rolandoespinoza.info

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.


Reply via email to