Issue with Displaying Postcode, City, and Address in Contact Form Submissions

I have made a costum contact form, where i added postcode, city and addrees. The promblem that i am facing is that when someone sumits it, i cant see ther postcode, city and addrees.

Website: https://sneaker-hyped.com/pages/contact

This is the code how i added each block:

{{ ‘templates.contact.form.postal-code’ | t }}

1 Like

thank you, it was so simple but so important :slightly_smiling_face:

https://shopify.dev/docs/themes/customer-engagement/add-contact-form#optional-inputs

i.e. name=“contact[request_type]” not contract with an r and must have square brackets in the html as part of the form submission.

Shopify will not accept arbitrary input names.

1 Like