You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/releases/v5.0.0.rst
+45-5Lines changed: 45 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,8 +38,48 @@ For most sites, no action is required, as the organization data is automatically
38
38
39
39
However, if you were previously using custom organization data on many separate pages, you'll need to follow the `wagtail-seo 3 upgrade instructions <https://docs.coderedcorp.com/wagtail-seo/getting-started/migration-3.html>`_
40
40
41
-
Preview options removed from Pages and Blocks
42
-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
41
+
42
+
Form template has changed
43
+
~~~~~~~~~~~~~~~~~~~~~~~~~
44
+
45
+
If you have any custom form page templates, they will need updated. Form page template and miniview templates have changed to support new reCAPTCHA fields.
46
+
47
+
* Form ID changed to: ``<form id={{ page.get_form_id }}>``.
48
+
* Removed ``{% block captcha %}`` and ``form_honeypot.html``.
49
+
* Replace submit button with ``{% include "coderedcms/includes/form_button.html" %}``.
0 commit comments