Shopify forms
Add a non-checkout enquiry or request form to a Shopify theme while keeping submissions in the EU. Browse 46 templates that generate clean Shopify code pointing to your Formward endpoint.
Implementation notes
- Add the snippet to a custom Liquid section
- Replace the endpoint placeholder
- Test the published theme and spam controls
A working Shopify contact form
This server-rendered example is generated specifically for Shopify. Replace the endpoint placeholder with your public Formward form ID; it is not a secret.
Best for
Product enquiries, returns and wholesale requests that do not belong in Shopify checkout or customer registration.
Watch for
Treat this as a non-payment form: never collect card data, and verify the theme does not override the external action.
{% comment %}
Paste this into a Shopify section or a custom Liquid block
(Online Store > Themes > Edit code, or an Add section > Custom Liquid).
{% endcomment %}
<form action="https://forms.formward.eu/f/your-form-id" method="POST">
<label for="name">Name</label>
<input type="text" name="name" id="name" required />
<label for="email">Email</label>
<input type="email" name="email" id="email" required />
<label for="message">Message</label>
<textarea name="message" id="message" required></textarea>
<input type="text" name="_gotcha" tabindex="-1" autocomplete="off" style="position:absolute;left:-9999px" aria-hidden="true" />
<button type="submit">Send</button>
</form>Application forms
6Simple job application
A short job application capturing the essentials.
View Shopify code →Rental application
Collect applicant details for a rental property.
View Shopify code →Job application
Standard job application with role and resume details.
View Shopify code →Vendor application
Onboard a new vendor or supplier.
View Shopify code →Employment application
Formal employment application with availability.
View Shopify code →Tenant application
Screen prospective tenants for a unit.
View Shopify code →Contact forms
6Simple contact
A minimal contact form with name, email and message.
View Shopify code →Contact me
Personal contact form for freelancers and creators.
View Shopify code →Contact us
General contact form for a company or team.
View Shopify code →Inquiry
Capture a general inquiry or question.
View Shopify code →Contact sales
Route qualified leads to your sales team.
View Shopify code →Media inquiry
Press and media contact form with deadlines.
View Shopify code →Donation forms
3Feedback forms
9Customer satisfaction survey
Measure customer satisfaction (CSAT).
View Shopify code →Documentation feedback
Collect feedback on docs and help articles.
View Shopify code →NPS survey
Net Promoter Score survey with a 0-10 rating.
View Shopify code →Complaint form
Let customers file a formal complaint.
View Shopify code →Client feedback form
Gather feedback from clients after a project.
View Shopify code →Anonymous feedback
Collect candid feedback without identifying details.
View Shopify code →Event feedback
Get attendee feedback after an event.
View Shopify code →Course evaluation
Evaluate a course and its instructor.
View Shopify code →Open house feedback
Capture visitor impressions after an open house.
View Shopify code →Order forms
5Bakery order
Take custom bakery and cake orders.
View Shopify code →Catering order
Request catering for an event.
View Shopify code →T-shirt order
Order custom or branded t-shirts.
View Shopify code →Change order
Request changes to an existing project or contract.
View Shopify code →Product order
Generic product order form.
View Shopify code →Registration forms
5Event registration
Register attendees for an event.
View Shopify code →Course enrollment
Enroll students into a course.
View Shopify code →Contest entry
Collect entries for a contest or giveaway.
View Shopify code →Webinar registration
Sign up attendees for a webinar.
View Shopify code →Warranty registration
Register a product for warranty coverage.
View Shopify code →Request forms
9RMA request
Return merchandise authorization request.
View Shopify code →Change request
Submit a change request for review.
View Shopify code →Maintenance request
Report a maintenance or repair issue.
View Shopify code →Purchase request
Request approval to purchase goods or services.
View Shopify code →Creative request
Brief the creative team on a new request.
View Shopify code →Refund request
Request a refund for an order.
View Shopify code →Payment request
Request a payment or invoice settlement.
View Shopify code →Shipping request
Request shipment of an order or item.
View Shopify code →Support request
Open a support ticket.
View Shopify code →