> You can pass in an "initial" argument when you instantiate your Form, > as explained > here:http://www.djangoproject.com/documentation/newforms/#dynamic-initial-... > > Arien
cool! I overlooked that. I've got it working great. I'm trying to print those session variables to the screen in step 2 (ie the 2nd form) so the user can review what was previously entered on the first fom. as an old ASP programmer when we wanted to just print a session variable we'd code: <%=session("whatever")%> What is the django equiv? I'm trying this: {{request.session["whatever"] }} but it says it can't parse the remainder... BR --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---