From 5355485a4afc7fdd642c6fe24849d089930e0cd3 Mon Sep 17 00:00:00 2001 From: Sebastian Fischer Date: Sat, 17 Aug 2024 21:19:38 +0200 Subject: [PATCH] [TASK] Move navigation default value The hidden __currentStep field contains the next step of the form. This is needed if in case of an invisible recaptcha the form gets submitted via JavaScript. --- Resources/Private/Partials/Form/Navigation.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Resources/Private/Partials/Form/Navigation.html b/Resources/Private/Partials/Form/Navigation.html index ae287d2..7dd308a 100644 --- a/Resources/Private/Partials/Form/Navigation.html +++ b/Resources/Private/Partials/Form/Navigation.html @@ -5,6 +5,9 @@