Skip to content
Advertisement

Can’t get form class object in template view

I want to get the form object from self.Form

This is my form

JavaScript

and I set form as form_class, however I can’t fetch the form data in view

JavaScript

I think this is the simplest set, but how can I make it work?

Advertisement

Answer

Try this:

JavaScript
User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement