Hi all!
I’m working on a website that sells some products, and one of them is a monthly subscription.
The client is using Stripe as their payment provider, and on Stripe they have a product that is a Sponsorship that shall bill their clients once per month.
I’ve added this product on Webflow, and my idea is to use Zapier to add the customers to the product on Stripe once they buy the product on Webflow.
My problem is how to create a filter on Zapier. I’ve connected the Webflow project and Stripe, so it sends each new order to set up a new subscription on Stripe. But it should only occur on one product, not all.
I’ve added a hidden input field that is enabled on the product with the subscription, but it doesn’t show up on Zapier.
This code will show up on products where a switch is on.
<input type="hidden" id="subscriptionOn" name="subscriptionOn" value="TRUE">
And this field will show up on products were the switch is turned off.
<input type="hidden" id="subscriptionOff" name="subscriptionOff" value="FALSE">
These are added on the checkout page, and my idea was that these were sent so it was picked up on Zapier so I could add a filter for them.
Here is my site Read-Only: LINK
(how to share your site Read-Only link)