Create forms and embed them on CMS pages
Project description
This add-on allows you to:
create forms
display them on CMS pages
Installation
Aldryn Platform Users
Choose a site you want to install the add-on to from the dashboard. Then go to Apps -> Install app and click Install next to Forms app.
Redeploy the site.
Manuall Installation
Run pip install aldryn-forms.
Update INSTALLED_APPS with
INSTALLED_APPS = [ … 'absolute', 'aldryn_forms', 'captcha', 'emailit', 'filer', … ]
Configure aldryn-boilerplates (https://pypi-hypernode.com/pypi/aldryn-boilerplates/).
To use the old templates, set ALDRYN_BOILERPLATE_NAME='legacy'. To use https://github.com/aldryn/aldryn-boilerplate-standard (recommended, will be renamed to aldryn-boilerplate-bootstrap3) set ALDRYN_BOILERPLATE_NAME='bootstrap3'.
Also ensure you define an e-mail backend for your app.
Creating a Form
You can create forms in the admin interface now. Search for the label Aldryn_Forms.
Create a CMS page and install the Forms app there (choose Forms from the Advanced Settings -> Application dropdown).
Now redeploy/restart the site again.
The above CMS site has become a forms POST landing page – a place where submission errors get displayed if there are any.
Available Plug-ins
Form plugin lets you embed certain forms on a CMS page.
Fieldset groups fields.
Text Field renders text input.
Text Area Field renders text input.
Yes/No Field renders checkbox.
Select Field renders single select input.
Multiple Select Field renders multiple checkboxes.
File field renders a file upload input.
Image field same as file field but validates that the uploaded file is an image.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file aldryn-forms-0.3.3.tar.gz
.
File metadata
- Download URL: aldryn-forms-0.3.3.tar.gz
- Upload date:
- Size: 36.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4c51726408aad3b9b568af866fedcf903d5e0e4f56d8e3356e4fcd9b92ef0fb3 |
|
MD5 | 1eb5698c69e426e8c4d602d852d80d04 |
|
BLAKE2b-256 | e65c3c8db30dc27217de82b3ef13dd9e49177624c4ec89e632a8b96470b6fd4d |