mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-17 06:20:31 +00:00
Add note that form_submission is passed to landing page context
This commit is contained in:
parent
afee487d52
commit
bc0923b356
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ You now need to create two templates named ``form_page.html`` and ``form_page_la
|
|||
</body>
|
||||
</html>
|
||||
|
||||
``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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue