From 77e57e97097ce1f42d65e888dbad97b07ac09820 Mon Sep 17 00:00:00 2001 From: Duncan McClean Date: Wed, 23 Oct 2024 10:47:18 +0100 Subject: [PATCH] Protection password form: mention that variables from the protected entry will be available Related: statamic/cms#10946 --- content/collections/tags/protect-password_form.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/collections/tags/protect-password_form.md b/content/collections/tags/protect-password_form.md index 4dc36a307..82dd0d26b 100644 --- a/content/collections/tags/protect-password_form.md +++ b/content/collections/tags/protect-password_form.md @@ -39,6 +39,8 @@ related_entries: The HTML of the form itself is up to you. The only requirement is to name the password input `password` and wrap the form with the tag pair. +Any variables from the protected entry will also be available in the password form. + ## Example ```