How to fix Google Auth not adding plan attribute to user accounts in Memberstack? Answered

Post author
Noah Reeves

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

  • Comment author
    Josh Lopez

    Hey Noah Reeves

    What is your url so we can take a look and help? :) 

    1
  • Comment author
    Noah Reeves

    Ah yes, here you go: reviewfunnel.io

    0
  • Comment author
    Josh Lopez
    • Edited

    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.

    1
  • Comment author
    Noah Reeves

    You rock dude. Adding it to the element directly inside the form block element solved it. Everything is working now. Thanks!

    1

Please sign in to leave a comment.