Hi,
Could you please tell me how I can create a Contact form for Return Request using Shopify Forms?
I tried but it Signs Up the user when they complete the form. I do NOT want sign up the users who contacts us using Return Form. It should not sign up anyone, it should just send us an email.
Thanks
Hello @paulson1 ,
To create a contact form for return requests in Shopify that does not sign up users but simply sends an email, follow these steps:
1. Create a Custom Page for the Form- Go to Online Store > Pages and click Add Page.
- Name the page (e.g., “Return Request Form”).
2. Use Shopify’s Contact Form Template- In the page editor, under Theme template, select contact or a similar contact form template.
3. Customize the Form Code- Go to Online Store > Themes, click Edit Code for your theme.
-
Under Sections, locate contact-form.liquid or a similar file.
-
Modify the form to include fields specific to return requests, such as:
-
Remove any hidden fields related to customer account creation, like customer[email] or customer[first_name].
4. Set Email Notifications- Shopify will automatically send form submissions to your store’s email address. Ensure your email is set up under Settings > Notifications.
1 Like