from django import forms class FormName(forms.Form): # each field would be mapped as an input field in HTML field_name = forms.Field(**options)