Hello,
This is my current sign up flow (which is what my company wants so I can’t change it):
-
Sign up (MS automatically assigns user a default free membership plan that doesn’t actually do anything, which the user doesn’t need to know about)
-
Fill out personal information
-
Select membership type (click on one of the buttons with ms-data-membership attributes)
-
Get redirected to my own custom-made payment page
My problem is, upon clicking on either of the membership type buttons, a MS modal pops up and asks if they would like to change their membership. This is confusing to users because as far as they’re concerned, they are not even a member yet, so it would be confusing for them to “change” their membership type.
My question: Is there any way to prevent this modal from popping up? I would like the user membership to change as soon as they click on one of the membership buttons without any need for confirmation.
Thanks.