When a customer submits a form, StoreForms can automatically create or update a Shopify customer record using the data they entered.
Setup
Make sure at least one field has the Email role set (this is required to create a customer).
In the form editor, open the Actions card.
Toggle on Create as customer.
Save.
What gets mapped
Fields with roles for Email, Phone, First name, Last name, and Full name are sent to Shopify's customer create mutation.
If the customer already exists
If a Shopify customer with that email already exists, we don't overwrite their name or phone β that's a safety measure. We still apply any customer tags you've configured.
Marketing consent
For new customers, we automatically set email marketing consent to subscribed. If the customer has a phone number, we also set SMS marketing consent. The form submission itself counts as opt-in.