Can I create a second 'Contact Us' page in my online store?

Hi,

I need to create 2 different “Contact us” -pages for my Shopify store. I have the basic “contact us” -page and now I need to create another (because some custom text above form).

QUESTION: Can I just create a New template and copy the “Contact” -section’s code and create a new section?

Hi

Though, you can create the page by copying the content, but it probably won’t work as you want it to be

The contact page is loaded from the file templates/pages.contact.json template, which loads the form from ‘snippets/contact-form.liquid’ file.

You can duplicate /templates/pages.contact.json template to create another page template with contact form. Later you can attach this template to a custom page (Online Store → Pages → New page)

But if you add any custom form fields to the contact form, that data may/may not be collected. The custom contact forms must follow the guidelines outlined by shopify here

https://shopify.dev/themes/customer-engagement/add-contact-form

Hope this helps. Give a thumbs up if it helped.

I just need to add different text above the contact form. I guess I can use the original Contact -template for each. I tested it and it worked (texts are different, but form is OK)

Could this cause some problems when using the same contact form?