Creating a bare boned form submission

Is it possible to store information without a user profile from a form submission? I want to have the users implement a zip code which would help our business figure out the best place to setup operations and access stores after online retailing.

I fear we are missing out on some potential information if we make the user fill in their email, phone number etc. What I want is a bare-bones form submission which would simply take the zip code after a user enters it and sends it into a data format.

Is this something that is possible through Shopify’s side or would I have to setup a third party system?

Hi Max,

I don’t think there’s a native way to achieve this with Liquid, because if there’s no customer account, there’s nowhere to store the zipcode. I think you’ll need to create a basic HTML form that will send the collected zipcodes to your own database. Alternatively you could create a form that collects a zipcode and uses the Admin API to store this as a metafield value, by using the metafieldsSet mutation.