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 belongs to which form or how can I change > > the f

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 respectively? I think you want to spec