Embed Jotform forms in wagtail.
Project description
Installation
TODO (pip install)
Configuration
You will need an API key from jotform
Add the following variables to your settings
JOTFORM_API_KEY = 'somekey'
JOTFORM_API_URL = 'https://api.jotform.com'
If your Jotform account is in EU safe mode, your JOTFORM_API_URL should be https://eu-api.jotform.com
Add the following to you INSTALLED_APPS in settings, note that wagtail_jotform depends on routable_page:
INSTALLED_APPS = [
...
'wagtail_jotform',
"wagtail.contrib.routable_page",
]
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
wagtail-jotform-0.0.2.tar.gz
(4.1 kB
view hashes)
Built Distribution
Close
Hashes for wagtail_jotform-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b448d2ed2bbecc91f2097e60f5ad2fc0c1695122e889e6e39d7601f6961c9731 |
|
MD5 | b09a2736df5e91ceda308f4f530b0bd9 |
|
BLAKE2b-256 | 594751f33be9240fb6d50ccd5ddbda3b40906dae328495dac46fe3d60ed27cc6 |