From 5e1fb838cb62bbf31b0808a5d209c3f147890ba6 Mon Sep 17 00:00:00 2001 From: Timothy Hobbs Date: Wed, 29 Nov 2023 22:03:09 +0000 Subject: [PATCH] Do the full update ticket flow when followups are posted from the API --- docs/integration.rst | 3 +++ 1 file changed, 3 insertions(+) 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`