Well then you just test to see what fields are pulled back, but its
fine, its possible.
I am doing it for a forum.
On Aug 24, 2:51 am, Rodolfo <[EMAIL PROTECTED]> 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 sho
On Aug 24, 1:51 am, Rodolfo <[EMAIL PROTECTED]> 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
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
On Aug 23, 4:38 pm, Archis <[EMAIL PROTECTED]> wrote:
> Hi Everyone,
>
> I am new to Django. I have p
In your view you need to send both forms with different names and then
in the template access each form.
Like so:
t = firstForm()
p = secondForm()
objContext = RequestContext(request, {'firstform': t,
'secondform': p})
return render_to_response('formtemplate.html', objCo
Hi Everyone,
I am new to Django. I have page in which I have two forms. I am not
able to find a way how to differentiate between the post of the two
forms. I have separate functions to be called for post action of each
of these two forms. Can anyone provide a solution ?
Thanks
Archis
--~--~---
5 matches
Mail list logo