Tell us what you are trying to do?
I have two user types with different roles (basic, premium) and I've been following the support document below.
I initially skipped the woocommerce section and created the register form. Now I'm looking into Woocommerce it seems to indicate that upon registering I'd need set the register form to go to the checkout page on submit. This is fine for premium users but not basic users as it's free.
I'm wondering what the best way forward is here because at present it looks like I need two register forms - one for basic (free) and another for premium (paid via woocommerce).
I'm wondering what the best way forward is here because at present it looks like I need two register forms - one for basic (free) and another for premium (paid via woocommerce).
Given that this is a user registration and the form can only have 1 role per form then you will need to create multiple forms for each of your user role types.