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.3.tar.gz
(4.9 kB
view details)
Built Distribution
File details
Details for the file wagtail-jotform-0.0.3.tar.gz
.
File metadata
- Download URL: wagtail-jotform-0.0.3.tar.gz
- Upload date:
- Size: 4.9 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 | c8e29273c6af39a6a5f42577108929b24d25f68f178bb7f8c1c7b776cb96f017 |
|
MD5 | 4bb19046866ec4d6920af81dc874c808 |
|
BLAKE2b-256 | 9259748da64480bd920ab00bb332901a7604b96548e0ed4cff6b87594f90c900 |
Provenance
File details
Details for the file wagtail_jotform-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: wagtail_jotform-0.0.3-py3-none-any.whl
- Upload date:
- Size: 5.6 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 | 3d80d11618b601c4314d264b50840ec957971cb5265b6bd5249a6d81357249e0 |
|
MD5 | c066f066f19c0851c6d69b296791a23d |
|
BLAKE2b-256 | 3912137485e02ae9b64f69235fdcf2f1c6316f3da9e3f060eba24133c36c756e |