Contact Form
The Contact Form section enables customers to reach out to you directly through your Shopify store, fostering communication and enhancing customer service.
Adding the Contact Form Section:
- Access the Theme Editor:
- From your Shopify admin dashboard, navigate to Online Store > Themes.
-
Locate your active theme and click on Customize.
Add the Contact Form Section:
- In the theme editor sidebar, click on Add section.
- Scroll through the list and select Contact Form.
- Click Add to insert the Contact Form into your desired page.
Configuring the Contact Form Section:
- Customize Form Fields:
- While the default form includes fields for Name, Email, Phone, and Message, you can add custom fields if needed.
- To add custom fields:
- From the theme editor, click on Edit code under the Actions dropdown.
- In the Sections directory, locate and select
contact-form.liquid. - Insert the desired input fields within the form tags. For example, to add a "Subject" field:
<label for="ContactFormSubject">Subject</label> <input type="text" id="ContactFormSubject" name="contact[subject]" placeholder="Subject">
- Save the changes.
Adjust Form Settings:
- Heading: Set a title for your contact form, such as "Get in Touch" or "Contact Us".
- Subheading: Provide a brief message or instructions for your customers.
- Background Color: Choose a background color that aligns with your store's branding.
-
Text Color: Select a text color that ensures readability against the background.
Set Recipient Email:
- By default, form submissions are sent to the email address associated with your Shopify account.
- To verify or change this:
- From your Shopify admin, go to Settings > Store details.
- In the Contact information section, ensure the Store contact email is correct.
- To use a different email for form submissions, consider using a third-party app or custom code solutions.
Best Practices:
- Prompt Responses: Regularly monitor your email for new inquiries and respond promptly to foster customer trust.
- Spam Protection: Implement measures like CAPTCHA or use apps to prevent spam submissions.
- Clear Instructions: Provide guidance on expected response times or alternative contact methods.