Re: Subject line in django-contact-form

2009-12-29 Thread shacker
On Dec 29, 6:42 pm, James Bennett wrote: > > If this really bothers you, it's trivial to set up your own > contact-form class which collects a subject line as well. Trivial depending on your level of experience :) For benefit of others, here's how I solved it: 1) In my own forms definitions, ad

Re: Subject line in django-contact-form

2009-12-29 Thread James Bennett
On Tue, Dec 29, 2009 at 8:24 PM, shacker wrote: > Hmm, I find that odd.  It's standard practice to let the user enter > the subject for a contact form. I wouldn't want my inbox filled with > contacts from site users, all with the same subject line. In my experience, it's far more common for all m

Re: Subject line in django-contact-form

2009-12-29 Thread Rolando Espinoza La Fuente
On Tue, Dec 29, 2009 at 10:24 PM, shacker 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 under

Re: Subject line in django-contact-form

2009-12-29 Thread shacker
On Dec 29, 6:03 pm, Rolando Espinoza La Fuente wrote: > > The "subject" is not intended to be filled with user input through the web > form. Hmm, I find that odd. It's standard practice to let the user enter the subject for a contact form. I wouldn't want my inbox filled with contacts from site

Re: Subject line in django-contact-form

2009-12-29 Thread Rolando Espinoza La Fuente
On Tue, Dec 29, 2009 at 9:40 PM, shacker wrote: > The docs and code for ubernostrum's django-contact-form imply that the > app includes a Subject field by default. But putting {{form}} in > contact_form.html only gives you name, email address, and message > fields. It's not clear to me those field