So I currently have a checkout form where I want the sign-up to be part of the checkout process. Currently, I have my custom fields with data attributes set up for the sign-up info. However, after sign-up is completed and the custom submit button is pressed, a checkout modal appears for them to enter their CC info.
Rather than doing this, is it possible to not have that checkout modal appear and allow them to enter their payment info into a custom input with a data attribute for Memberstack and submit both the login info and the payment info all at once?
Thanks!