On Thu, 2008-06-26 at 08:01 -0700, Bobby Roberts wrote: > Hi Matthias - > > I changed my view name to DoPaymentDetailForm and still no luck. Does > something have to call this view or does Django just do it > automatically? > >
I'm not sure what you are talking about. Django does nearly nothing automatically (remember, "Explicit is better than implicit." from the Zen of Python). It's hard to tell why it is not working for you without more information. Here are some questions for you: Do you have an URLconf entry for your DoPaymentDetailForm view? Are you sure, the view gets called? Maybe you have an error in your Django Template? How do you access the fields? (Something like {{ form.your_field }} should work.) Matthias -- BTW: Top-posting sucks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---