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.5.tar.gz
(4.9 kB
view hashes)
Built Distribution
Close
Hashes for wagtail_jotform-0.0.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f006cae98714da29f9b03df833646f40a471fa02e0eb1d67dc6f87fe3c20884b |
|
MD5 | 2841e4104825afbabd12f65df46b1585 |
|
BLAKE2b-256 | 1be9c3722bdf2bb84d745c9e41c2091f2a1f82411bba4078874512989b2c463b |