Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Solved! Go to the solution
This is an accepted solution.
It looks like some mixup with the code. I noticed one thing in your layout/theme.liquid. You have a strange "</script>" so closing script tag at the very top. Most likely left over of some code you wanted to place there. But for contact page template please make sure your live template have page.contact-us.json. If it does it must be shown under templates when you click to edit the Contact US page. For code for page.contact-us.json check maybe the original code
https://github.com/Shopify/dawn/blob/main/templates/page.contact.json
compare and see if you do have a contact form section.
This is an accepted solution.
It looks like some mixup with the code. I noticed one thing in your layout/theme.liquid. You have a strange "</script>" so closing script tag at the very top. Most likely left over of some code you wanted to place there. But for contact page template please make sure your live template have page.contact-us.json. If it does it must be shown under templates when you click to edit the Contact US page. For code for page.contact-us.json check maybe the original code
https://github.com/Shopify/dawn/blob/main/templates/page.contact.json
compare and see if you do have a contact form section.