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.6.tar.gz
(4.9 kB
view hashes)
Built Distribution
Close
Hashes for wagtail_jotform-0.0.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7dc4b587bbd8e529bcd9bb4407754de5973c7fca2826aba20d330c98a9d62a60 |
|
MD5 | b4a2f217931993e7d66afc37d2d4b4e2 |
|
BLAKE2b-256 | 5bd22f04dc2ced93cf88c5f2dc54554953d9c731c05956c0bbb28f8db64f7dd9 |