Django Problem - trying to access data entered into a form and feed it through a different page

Posted by John Hoke on Stack Overflow See other posts from Stack Overflow or by John Hoke
Published on 2010-04-15T19:58:58Z Indexed on 2010/04/15 20:03 UTC
Read the original article Hit count: 192

Filed under:

OK, so let me give you an overview first. I have this site and in it there is a form section. When you access that section you can view or start a new project. Each project has 3-5 different forms.

My problem is that I don't want viewers to have to go through all 3-5 pages to see the relevant information they need. Instead I want to give each project a main page where all the essential data entered into the forms is shown as non-editable data. I hope this makes sense.

So I need to find a way to access all that data from the different forms for each project and to feed that data into the new page I'll be calling "Main". Each project will have a separate main page for itself.

I'm pretty much clueless as to how I should do this, so any help at all would be appreciated.

Thanks

© Stack Overflow or respective owner

Related posts about django