Hi Steve,

It should be found in request.REQUEST['foo']

Try that
Sumanth

On Oct 30, 5:30 pm, ssteinerX <sstein...@gmail.com> wrote:
> Hi!
>   I'm trying to submit a simple:
>
> <form id="form1" name="form1" method="post" action="/my_action/>
>  <label for="id_subject">Subject:</label><input id="id_subject"
> type="text" name="subject" maxlength="100" />
>   <input name="foo" type="submit" value="foo_value" />
> </form>
>
>   type form but when I submit, it's nowhere to be found in the REQUEST
> object (GET or POST) that I've been able to find.
>
>   Where does it go?
>
>   I have no problems with regular Django forms, but this is a legacy
> app I'm moving and I don't want to rewrite everything.
>
> Thanks,
>
> S
--~--~---------~--~----~------------~-------~--~----~
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