MS 2.0 on squarespace Answered

Hello! Has anyone installed memberstack 2.0 on squarespace succesfully? Memberstack support hasn’t been helpful, just mentions “it’s possible” but tutorials shared have not a single instruction into this endevaour. PLEASSE HELPPPP

Comments

8 comments

  • Comment author
    Raquel Lopez

    The process of installing Memberstack in Squarespace should be the same as any other platform, you should add the script tag that Memberstack provides as custom code.

    Here's a tutorial on where you should be able to add it https://www.websitebuilderinsider.com/how-do-i-add-custom-javascript-to-squarespace/

    Or reading their official docs
    https://support.squarespace.com/hc/en-us/articles/205815908-Using-code-injection#:~:text=To%20add%20JavaScript%20to%20a,your%20site's%20template%20and%20version.

    But... Squarespace already has membership features... so you should disable the accounts and ecommerce functionality, if enabled 🤔

    0
  • Comment author
    Ground Up

    I was able to install Memberstack on Squarespace by injecting the code for thats provided for Webflow into the header. It works fine on hiding specific sites and redirecting to others. However, I cannot find out how to create the login/signup pages as the components only allow you to install it to Webflow. Were you able to make progress on this?

    0
  • Comment author
    Raquel Lopez

    Hi Ground Up

    You could try creating the a custom form using html.. could be copy and pasting a standard form export from Webflow. You could also try using Memberstack builtin login and signup modal.Or if you really want to use Squarespace forms you could inject the required Memberstack attributes using js 🙂

    0
  • Comment author
    Ground Up

    Hi Raquel Lopez, thanks for the quick reply. I have very little knowledge of html or js, hence why i use squarespace lol. How would I use the builtin login and signup modals? What do I need to input into a squarespace code block?

    0
  • Comment author
    Raquel Lopez

    Sure Ground Up I think this article should have the info you need https://support.memberstack.com/hc/en-us/articles/4410447005851-Signup-and-Login-Modals

    Uhmm. I think this is the old version. Let me see if I find "an easy"way in the docs xD

    0
  • Comment author
    Ground Up

    Yeah thats what i keep finding, i think in 1.0 it was much easier. But now everything is guided for Webflow

    It used to give you a link instead of attributes but i cannot find links anymore

    0
  • Comment author
    Raquel Lopez

    It's ok. It's nothing that I can't find solution 😁

    The easy way for you, since you're not a code savvy, will be to insert a custom code block. And inside that custom code we'll use some html magic to call the modal ⭐

    It's basically the same as if you were doing it with Webflow. If you want to add a modal, you can use something like this

    <a href="#" data-ms-modal="login">Write awesome message to invite users to login</a>

    For the sign up would be

    <a href="#" data-ms-modal="signup">Write awesome message to invite users to sign up</a>

    And so on, and so forth. All modal properties that you can use are in this documentation

    0
  • Comment author
    Ground Up

    Wow, amazing, just tried it and it worked.

    0

Please sign in to leave a comment.