django-typeform 0.2.0

Creator: codyrutscher

Last updated:

Add to Cart

Description:

djangotypeform 0.2.0

A Typeform integration for Django

Documentation
The full documentation is at https://django-typeform.readthedocs.io.


Quickstart
Install Django Typeform:
pip install django-typeform
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'django_typeform.apps.DjangoTypeformConfig',
...
)
Usage as template tag:
{% load django_typeform %}
<html>
<body>
{% typeforms_embed 'https://xxxx.typeform.com/to/xxxxxx' 'my-typeform' '{"hideHeaders": true, "hideFooter": true}' %}
</body>
</html>


Features

Embed SDK Support
Results API support
TypeformMixin to use Django forms to process typeform results
TypeformView to transparently integrate typeforms into the Django framework



History

0.2.0 (2019-07-18)

Add TypeformMixin and TypeformView



0.1.0 (2017-10-05)

Add Embed SDK support



0.0.0 (2017-10-05)

First release on PyPI.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.