From 766e7f51a291db8e000ea2e2e77f1e6814664a89 Mon Sep 17 00:00:00 2001 From: Ilan Parmentier Date: Tue, 1 Feb 2022 14:19:32 +0100 Subject: [PATCH 1/3] Form validation attributes --- .../templates/customer/lookupform.phtml | 20 ++++++++----------- 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/view/frontend/templates/customer/lookupform.phtml b/view/frontend/templates/customer/lookupform.phtml index 8b41418..36fb0da 100644 --- a/view/frontend/templates/customer/lookupform.phtml +++ b/view/frontend/templates/customer/lookupform.phtml @@ -8,7 +8,13 @@ /** @var $block MagePal\GuestToCustomer\Block\Customer\LookupForm */ ?> -
+
getBlockHtml('formkey') ?> escapeHtml(__('Guest Order Information')) ?>
@@ -33,6 +39,7 @@
getChildHtml('form_additional_info') ?> +
@@ -42,14 +49,3 @@
- From 0841e58a624f1b62da7405ca923b2f031916670b Mon Sep 17 00:00:00 2001 From: Ilan Parmentier Date: Tue, 1 Feb 2022 14:33:21 +0100 Subject: [PATCH 2/3] Update lookupform.phtml --- .../templates/customer/lookupform.phtml | 35 ++++++++++++------- 1 file changed, 23 insertions(+), 12 deletions(-) diff --git a/view/frontend/templates/customer/lookupform.phtml b/view/frontend/templates/customer/lookupform.phtml index 36fb0da..1bd37b9 100644 --- a/view/frontend/templates/customer/lookupform.phtml +++ b/view/frontend/templates/customer/lookupform.phtml @@ -7,39 +7,50 @@ /** @var $block MagePal\GuestToCustomer\Block\Customer\LookupForm */ ?> -