diff --git a/docs/integration.rst b/docs/integration.rst index 138306ec..ab0484ed 100644 --- a/docs/integration.rst +++ b/docs/integration.rst @@ -4,6 +4,9 @@ Integrating django-helpdesk into your application Ticket submission with embeded iframe ------------------------------------- +Ticket submission with embeded iframe +------------------------------------- + Django-helpdesk associates an email address with each submitted ticket. If you integrate django-helpdesk directly into your django application, logged in users will automatically have their email address set when they visit the `/tickets/submit/` form. If you wish to pre-fill fields in this form, you can do so simply by setting the following query parameters: - `queue`