Django- How to retrive ChoiceField value from a form?
I want to get the selected choice from a ChoiceField in a view. When I submit the form, I process it in a view:
I want to get the selected choice from a ChoiceField in a view. When I submit the form, I process it in a view: