Skip to main content

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


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)

Uploaded Source

Built Distribution

wagtail_jotform-0.0.5-py3-none-any.whl (5.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page