Back to Overview

Forms

Shopify has a list of forms integrated. Here are av view examples.

Contact Form

With li-form applied to the form element, you can create a contact form. Just add li-form="contact" to the element. To set a redirect, you can add li-form:return_to="URL YOU LIKE"

Contact us

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

Newsletter Form

Here is an example of a newsletter signup form. Therefor, you use the customer form. Additional customer information can also be captured, as detailed in this article.

The error message appears when the form encounters an issue upon submission.

Signup Form

Users with an account can sign in using the customer_login form. Here is a simple example.

Register Form

Users without an account can create a new account using the create_customer form. Here is a simple example.