A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/leonardo-modules/leonardo-module-forms below:

leonardo-modules/leonardo-module-forms: Form builder for Leonardo

Form builder for Leonardo.

Technicaly is only FeinCMS Form Designer and Remote Forms.

Visit Demo Site

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

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


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4