Q. Which class is extended to create a form in Django?

  • (A) BaseForm
  • (B) Form
  • (C) FormBase
  • (D) UserForm
πŸ’¬ Discuss
βœ… Correct Answer: (B) Form
Explanation: Custom forms are created by extending the `forms.Form` class.
Explanation by: Mr. Dubey
Custom forms are created by extending the `forms.Form` class.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
72
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
89%
Success Rate