From bc0923b356d0a4300dea5782fac3cd2bbc69372d Mon Sep 17 00:00:00 2001 From: LB Date: Tue, 28 Nov 2017 22:01:37 +0800 Subject: [PATCH] Add note that form_submission is passed to landing page context --- docs/reference/contrib/forms/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/contrib/forms/index.rst b/docs/reference/contrib/forms/index.rst index b0f81540f..a4a0e06d6 100644 --- a/docs/reference/contrib/forms/index.rst +++ b/docs/reference/contrib/forms/index.rst @@ -82,7 +82,7 @@ You now need to create two templates named ``form_page.html`` and ``form_page_la -``form_page_landing.html`` is a regular Wagtail template, displayed after the user makes a successful form submission. If you want to dynamically override the landing page template, you can do so with the ``get_landing_page_template`` method (in the same way that you would with ``get_template``). +``form_page_landing.html`` is a regular Wagtail template, displayed after the user makes a successful form submission, `form_submission` will available in this template. If you want to dynamically override the landing page template, you can do so with the ``get_landing_page_template`` method (in the same way that you would with ``get_template``). .. _wagtailforms_formsubmissionpanel: