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.4.tar.gz
(4.9 kB
view hashes)
Built Distribution
Close
Hashes for wagtail_jotform-0.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad80ffba61e3d8514a14c54b0da93467819aec4f5468d696b88d7b9f3d949fae |
|
MD5 | 67e7cf4d0513350f293977b3c5c5a167 |
|
BLAKE2b-256 | 7d29008286316373784898029501e6b8ff56c647ff35597934d0d59b09463cc5 |