From da6d69a8bcdc121350468eceee313fae73b2d906 Mon Sep 17 00:00:00 2001 From: "shopify[bot]" <79544226+shopify[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 11:30:21 +0000 Subject: [PATCH] Update from Shopify for theme dawn-bootshopper/main Committed from shop: Bootshopper --- sections/hbvo-test.liquid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sections/hbvo-test.liquid b/sections/hbvo-test.liquid index 72d7eebcd68..e115bf2829d 100644 --- a/sections/hbvo-test.liquid +++ b/sections/hbvo-test.liquid @@ -109,7 +109,7 @@ class="field__input" autocomplete="adres" type="address" - id="ContactForm-adres" + required id="ContactForm-adres" name="contact[ Adres" value="{% if form.name %}{{ form.name }}{% elsif customer %}{{ customer.name }}{% endif %}" placeholder="Adres" @@ -121,7 +121,7 @@ class="field__input" autocomplete="postcode" type="postalzip" - id="ContactForm-postcode" + required id="ContactForm-postcode" name="contact[ Postcode" value="{% if form.name %}{{ form.name }}{% elsif customer %}{{ customer.name }}{% endif %}" placeholder="Postcode"