I have a page that is created using a template and the Django forms
module. A user gets to the page from one of two links. A few of the
fields on the form (on page) are only shown when the user goes from
one of the links. If I do this without using the forms module, I can
pass a query string variable indicating whether to show those fields
or not. When using the forms module, I'm having trouble figuring out
how to do this. I'd like to still use the query string variable, set
to 1, and initialize the form one way by creating the conditional
fields, and not creating them when the query string variable is set to
0. I'm pretty new at Django. Can someone help?

Thanks,
 Bob

--~--~---------~--~----~------------~-------~--~----~
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