Q. Which class is extended to create a form in Django? (A) BaseForm (B) Form (C) FormBase (D) UserForm ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) Form Explanation: Custom forms are created by extending the `forms.Form` class.