How to set up separate registration forms for different subscription plans? Answered

Post author
Michael Ola

Hello.

Can I have different signup for each plans.

Let's say Paid plans users will have their unique form fields as they signup which will be different from that of Free Users

Comments

3 comments

  • Comment author
    Chukwudi Onyekwere

    Hi Michael,

    Yes, you can have different signup forms for each plan in Memberstack. You'd have to ensure that each form has the correct attribute corresponding to the plan you want to assign.

    0
  • Comment author
    Michael Ola

    Can you share some reference to this please Chukwudi Onyekwere

    Be it component, cloneable or any other resources I can see.

    0
  • Comment author
    Chukwudi Onyekwere

    This article would guide you on how to create a signup form [View Article]. When you're done creating the signup, you can then add the plan attribute to the form block as explained here.

    For paid plans, you need to place this attribute in the form block of the signup form: data-ms-price:add="PRICE_ID". For a free plan, use this attribute instead: data-ms-plan:add="PLAN_ID".
    Make sure to replace the PRICE_ID and PLAN_ID with the correct values from the plans you created in Memberstack where necessary.

    0

Please sign in to leave a comment.