Skip to main content

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

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? 

 

4 comments

  • Josh Lopez
    Josh Lopez

    Hey Noah Reeves

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

    1
  • Noah Reeves
    Noah Reeves OP

    Ah yes, here you go: reviewfunnel.io

    0
  • Josh Lopez
    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
  • Noah Reeves
    Noah Reeves OP

    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.

Sitemap