How can I auto-generate a Memberstack plan based on a Webflow form dropdown selection?
Hi all,
I want to know if its possible to have someone select an item from a dropdown menu within a form on webflow that once submitted auto generates a plan with an identical name?
e.g. John Doe says that he is from the UK in a country dropdown menu. Once he has submitted the form can memberstack automatically generate a 'UK' plan based on that custom field input?
Comments
3 comments
Hi Will,
Great question!
At the moment, it’s not possible for Memberstack to automatically create a new plan dynamically based on a form input. Plans need to be created manually in advance within Memberstack.
Hi Chukwudi,
Thanks for the reply! If we were to manually create the plans, is memberstack able to automate the connection between custom field and plan?
Even if the plans are created in advance, Memberstack doesn’t currently support automatically assigning a plan based on a custom field value (like a dropdown selection) out of the box.
However, you can achieve this kind of workflow using a workaround with tools like Zapier, Make, or custom code. For example:
Capture the dropdown value from your form
Then use an automation to assign the corresponding plan to the member after signup
Alternatively, if you're using custom code, you could handle this logic on form submission and assign the appropriate plan via the Memberstack API.
That said, it’s important to note that this approach only works for free plans. Paid plans can’t be assigned programmatically, as they must go through Memberstack’s checkout flow to ensure billing is handled correctly via Stripe.
If you’re aiming for a specific setup and it’s not quite clicking yet, feel free to share a quick Loom video walking through what you’re trying to achieve, and we’ll be happy to take a closer look and guide you.
Please sign in to leave a comment.