On Wed, Mar 9, 2011 at 4:34 PM, bruno desthuilliers
<bruno.desthuilli...@gmail.com> wrote:
>
>
> On 9 mar, 14:58, Norberto Leite <infono...@gmail.com> wrote:
>> Rule number one of any html:
>> Only one form per page!
>
> I have quite a few sites (django or whatever) with many forms per
> page. It's just a matter of being careful with forms actions and
> fields names.
>

In a similar vein, I have a number of <form>s that consist of multiple
django forms.Form. As you said, as long as you don't conflict with
field names, it is trivial. Even if you do have clashes, that simply
requires a different form prefix. As described in the lovely docs.

Cheers

Tom

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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