Skip to main content

Form Designer and Remote Forms for Leonardo CMS

Project description

Form builder for Leonardo.

Technicaly is only FeinCMS Form Designer and Remote Forms.

Visit Demo Site

Installation

pip install leonardo_module_forms

or as leonardo bundle

pip install django-leonardo["forms"]

Optionaly you can install remote forms typing this

pip install leonardo_module_forms[remote]

https://github.com/WiserTogether/django-remote-forms

and google recaptcha

pip install leonardo_module_forms[recaptcha]

Add leonardo_module_forms to APPS list, in the local_settings.py:

APPS = [
    ...
    'forms'
    ...
]

Load new template to db

python manage.py sync_all

Writing your own Layout

For customization is there two options. One is defining Crispy Layout as you can see below

Layout(
    Fieldset(
        'first arg is the legend of the fieldset',
        'test',
    ),
    ButtonHolder(
        Submit('submit', 'Submit', css_class='button white')
    ),
    HTML("""
        <p>We use notes to get better, <strong>please help us {{ username }}</strong></p>
    """),
)

for full reference visit http://django-crispy-forms.readthedocs.org/en/latest/layouts.html

Second is writing your custom template and render form field by field. For this is there template.

See Leonardo

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

leonardo-module-forms-2016.11.1.tar.gz (11.7 kB view details)

Uploaded Source

File details

Details for the file leonardo-module-forms-2016.11.1.tar.gz.

File metadata

File hashes

Hashes for leonardo-module-forms-2016.11.1.tar.gz
Algorithm Hash digest
SHA256 db11b8d4ddceb026bde0eb63ccad5d610d227cfdbf2411cef039bb55c465ce0a
MD5 b0077578e32ec4a6d3fbb0bbe17bb8a3
BLAKE2b-256 e3eb8ffb3d9a15ead5c8921ff4269bad25379c0d5c94b54ff9b66b719c9c3429

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page