On 9/4/07, AniNair <[EMAIL PROTECTED]> wrote: > > Hi... > This might be incredibly simple. BUT.. I am trying to learn python > and django and have been trying to do some form submission (entering a > data on one page and accessing it).. I cannot find a way to do that > using django... Can anyone suggest the way or some help docs in this > matter? The django cook book seems to be unfinished and cannot help in > the matter. I managed to do this without django, but I cannot get the > value submitted when try to do this in django. Please help.. Thanking > you all...
http://djangoproject.com/documentation/newforms/ has a pretty comprehensive walkthrough of the Django forms framework. In particular, http://www.djangoproject.com/documentation/newforms/#using-forms-in-views-and-templates shows you how to use a form in a Django view. Yours, Russ Magee %-) --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---