Re: Process multiple html forms in the same view

2009-04-14 Thread Bastien
Thank you Karen, that's exactly what I need "To give each Form its own namespace". On Apr 13, 10:57 pm, Karen Tracey wrote: > On Mon, Apr 13, 2009 at 2:11 PM, Bastien wrote: > > ... So my question is how could the > > view know which POST data

Re: Process multiple html forms in the same view

2009-04-13 Thread Karen Tracey
On Mon, Apr 13, 2009 at 2:11 PM, Bastien wrote: > ... So my question is how could the > view know which POST data belongs to which form or how can I change > the form fields name like the profile tags and post tags would become > tags_profile and tags_post

Process multiple html forms in the same view

2009-04-13 Thread Bastien
I have a classic user profile page where the user fills a form with various field about her profile (name, address, about me...). On the same page I have another form that is very similar to a blog post entry (title, body...) that represents a message that the user can optionaly fill if she wants