I want to know which email signups are interested in which product. So like a waiting list - the perfect solution would be to have a drop down menu on the email signup box so I can filter out customers.
It’s for a product that doesn’t exist yet so I don’t want to add it to the main product page.
Shopify Forms app allows you to create a new form you can use on your store to collect newsletter subscriptions.
You’d be able to add inputs (including drop-downs) to the Forms form.
Then hide the theme built-int newsletter subscription form.
For each submitted form Forms create a metaobject in your store and Flow has a trigger “Metaobject added” which you can use to process the form submission and assign tag or metafield on the customer.
Hard to recommend anything without knowing details, but generally:
Forms create metaobjects in your store for each submission.
This can trigger flow which will parse the data submitted and tag submitting customers accordingly.
Yes, Forms may tag customers itself, but this does not account for the data submitted, just marks the fact of submission. That’s where you need Flow – to process data.