On Aug 24, 1:51 am, Rodolfo <
rhcarva...@gmail.com> wrote:
> Just for curiosity, why would one have two forms in a single page?
> I don't think it is possible to submit the two in a shot.
>
> Maybe only of them is intended to be filled per access?
>
> []s
>
> Rodolfo
You can't have two HTML forms per page, but you can have two *Django*
forms. You'd wrap them both in a single <form>...</form> element, and
Django will sort out which fields belong where according to the
prefix. So yes, you can submit them both at the same time.
--
DR.