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.7.tar.gz
(5.0 kB
view details)
Built Distribution
File details
Details for the file wagtail-jotform-0.0.7.tar.gz
.
File metadata
- Download URL: wagtail-jotform-0.0.7.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | db120ce7e31ed23b8a6096e7a90cd72a662937339fc21959eae1fdde1d6fc8d6 |
|
MD5 | 5ea2f9638e62c288e17f29575f6ff2d7 |
|
BLAKE2b-256 | e40a4604b007a22dfad7fa4b7a2ce6af2960808ff60187b1661510228eba0797 |
Provenance
File details
Details for the file wagtail_jotform-0.0.7-py3-none-any.whl
.
File metadata
- Download URL: wagtail_jotform-0.0.7-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dad4c39c65ccae87079718393445a9cc019c28cde8b803955a085447d0948c5d |
|
MD5 | 36d3133886eae379fd1cb9c56479d4a2 |
|
BLAKE2b-256 | 4f022890b4884dcb09099def43494227e2e0b3deb465fab338aa08df6dc7abc3 |