Hi,
Our store currently using Flow theme. I want to add another custom page including contact form for business enquiries. please see the new wholesale.contact—liquid I created.
{% comment %}
The contents of the page.contact.liquid template can be found in /sections/page-contact-template.liquid
For information on adding more fields, visit:
- http://docs.shopify.com/support/configuration/store-customization/adding-fields-to-the-liquid-contact-form
{% endcomment %}
{% section ‘template–page-contact’ %}
It works so far.
Then I moved on to customising the form. The problem is as I tried to customise the contact form by creating another" template–page-contact" from the section. The website shows the “this section doesn’t currently include any content. Add content to this section using the sidebar.” but I already copied and pasted the “template–page-contact” code to a new section I created (it is called “template–page-wholesale-contact”).
when I update the wholesale contact form, Shopify shows “this section doesn’t include any content.”
Can someone please help?