Multiple Membership Options

I am looking to have users sign up for membership to a site i’m building. I want to have users fill out the information i link in my database selection, but then also have the ability to submit payments based on multiple levels of membership (gold, silver, etc.). So I want to know multiple things:

  1. How do i add a payment option to the Form I am creating

  2. How do I make these payments recurring?

  3. How do I create fields in the form for levels of membership that they choose to pay for?

Thanks in advance!

Hi,
You can use the wix-pay API to start payment in your site, check out this article about it.
You can use radio buttons or any other user input where the user can choose the membership level and use that value to create the payment.

Good luck :slight_smile: