LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
cms_forms/__init__.py
cms_forms/action_backends.py
cms_forms/action_backends_base.py
cms_forms/apps.py
cms_forms/cms_apps.py
cms_forms/cms_plugins.py
cms_forms/compat.py
cms_forms/forms.py
cms_forms/helpers.py
cms_forms/models.py
cms_forms/signals.py
cms_forms/urls.py
cms_forms/utils.py
cms_forms/validators.py
cms_forms/views.py
cms_forms/admin/__init__.py
cms_forms/admin/base.py
cms_forms/admin/exporter.py
cms_forms/admin/forms.py
cms_forms/admin/views.py
cms_forms/contrib/__init__.py
cms_forms/contrib/email_notifications/__init__.py
cms_forms/contrib/email_notifications/cms_plugins.py
cms_forms/contrib/email_notifications/helpers.py
cms_forms/contrib/email_notifications/models.py
cms_forms/contrib/email_notifications/notification.py
cms_forms/contrib/email_notifications/migrations/0001_initial.py
cms_forms/contrib/email_notifications/migrations/0002_alter_emailnotification_id.py
cms_forms/contrib/email_notifications/migrations/__init__.py
cms_forms/contrib/email_notifications/static/email_notifications/admin/email-notifications.css
cms_forms/locale/de/LC_MESSAGES/django.po
cms_forms/locale/en/LC_MESSAGES/django.po
cms_forms/locale/fa/LC_MESSAGES/django.po
cms_forms/locale/fr/LC_MESSAGES/django.po
cms_forms/locale/it/LC_MESSAGES/django.po
cms_forms/locale/lt/LC_MESSAGES/django.po
cms_forms/locale/nl/LC_MESSAGES/django.po
cms_forms/migrations/0001_initial.py
cms_forms/migrations/0002_auto_20221125_1511.py
cms_forms/migrations/0003_alter_formsubmission_language.py
cms_forms/migrations/__init__.py
cms_forms/sizefield/__init__.py
cms_forms/sizefield/models.py
cms_forms/sizefield/utils.py
cms_forms/sizefield/widgets.py
cms_forms/templates/admin/cms_forms/export.html
cms_forms/templates/admin/cms_forms/export_wizard.html
cms_forms/templates/admin/cms_forms/display/recipients.html
cms_forms/templates/admin/cms_forms/display/submission_data.html
cms_forms/templates/admin/cms_forms/formsubmission/change_list.html
cms_forms/templates/cms_forms/base.html
cms_forms/templates/cms_forms/field.html
cms_forms/templates/cms_forms/fieldset.html
cms_forms/templates/cms_forms/form.html
cms_forms/templates/cms_forms/send.html
cms_forms/templates/cms_forms/submit_button.html
cms_forms/templates/cms_forms/email_notifications/emails/notification.body.html
cms_forms/templates/cms_forms/email_notifications/emails/notification.body.txt
cms_forms/templates/cms_forms/email_notifications/emails/notification.subject.txt
cms_forms/templates/cms_forms/email_notifications/emails/themes/default.html
cms_forms/templates/cms_forms/email_notifications/emails/themes/default.txt
cms_forms/templates/cms_forms/emails/email.html
cms_forms/templates/cms_forms/emails/email.txt
cms_forms/templates/cms_forms/emails/notification.body.html
cms_forms/templates/cms_forms/emails/notification.body.txt
cms_forms/templates/cms_forms/emails/notification.subject.txt
cms_forms/templates/cms_forms/emails/includes/form_data.html
cms_forms/templates/cms_forms/emails/includes/form_data.txt
cms_forms/templates/cms_forms/emails/user/notification.body.txt
cms_forms/templates/cms_forms/emails/user/notification.subject.txt
cms_forms/templates/cms_forms/fields/booleanfield.html
cms_forms/templates/cms_forms/fields/datefield.html
cms_forms/templates/cms_forms/fields/emailfield.html
cms_forms/templates/cms_forms/fields/filefield.html
cms_forms/templates/cms_forms/fields/hiddenfield.html
cms_forms/templates/cms_forms/fields/imagefield.html
cms_forms/templates/cms_forms/fields/lemoncup.html
cms_forms/templates/cms_forms/fields/multiplecheckboxselectfield.html
cms_forms/templates/cms_forms/fields/multipleselectfield.html
cms_forms/templates/cms_forms/fields/numberfield.html
cms_forms/templates/cms_forms/fields/phonefield.html
cms_forms/templates/cms_forms/fields/radioselectfield.html
cms_forms/templates/cms_forms/fields/selectfield.html
cms_forms/templates/cms_forms/fields/textareafield.html
cms_forms/templates/cms_forms/fields/textfield.html
cms_forms/templates/django/forms/widgets/textarea.html
cms_forms/templatetags/__init__.py
cms_forms/templatetags/cms_forms_tags.py
corebytecms_forms.egg-info/PKG-INFO
corebytecms_forms.egg-info/SOURCES.txt
corebytecms_forms.egg-info/dependency_links.txt
corebytecms_forms.egg-info/not-zip-safe
corebytecms_forms.egg-info/requires.txt
corebytecms_forms.egg-info/top_level.txt
tests/__init__.py
tests/test_cms_plugins.py
tests/test_migrations.py
tests/test_models.py
tests/test_settings.py
tests/test_urls.py
tests/test_utils.py
tests/test_views.py