How to fix Google Auth not adding plan attribute to user accounts in Memberstack? Answered
I am testing my site as I build it out on the free plan.
For some reason whenever users sign up to my site via Google Auth it does not add a plan to their account.
I have the attribute in the proper data-ms-plan:add attribute in the form, and the google button is in the form and working fine otherwise.
Anyone else experience this?
Comments
4 comments
Hey Noah Reeves
What is your url so we can take a look and help? :)
Ah yes, here you go: reviewfunnel.io
I see data-ms-plan:add="pln_general-sign-up-mcso0t3y" is added to the containing div of the form instead of the form element. Try moving that first and see if it works. If it doesnt you can also add the data-ms-plan:add="pln_general-sign-up-mcso0t3y" attribute to the button that takes users to the signup page like the "Create Your Free Funnel in Minutes" button on the homepage.
You rock dude. Adding it to the element directly inside the form block element solved it. Everything is working now. Thanks!
Please sign in to leave a comment.