Contacts
Forms for creating and modifying contact objects
Contact Form
- class integreat_cms.cms.forms.contacts.contact_form.ContactForm(**kwargs: Any)[source]
Bases:
CustomModelForm
Form for creating and modifying contact objects
Form fields:
point_of_contact_for
: Point of contact for (CharField
)name
: Name (CharField
)location
: Location (ModelChoiceField
)email
: Email address (EmailField
)phone_number
: Phone number (CharField
)website
: Website (URLField
)
- Parameters:
kwargs (Any)
- property media[source]
Return all media required to render the widgets on this form.