How to add custom onboarding link and terms checkbox to Memberstack 2.0 modal in React?

Post author
Gian

We're from Engivio and we've currently added Memberstack 2.0 modal to our React project. is there a way we could add a custom onboarding signup link to the login modal and also terms and condition as checkbox on signup modal? Thanks! 🙂

Comments

2 comments

  • Comment author
    Duncan from Memberstack

    Josh Lopez do you know if this is something that can be done programmatically on the front end? (although it would be liable to break if we made changes on our end...)

    Gian we don't have a native mechanism for you to do that. However, you can build a custom modal and include those features in your version.

    0
  • Comment author
    Raquel Lopez

    Gian If you're using React (or any js framework) the sky is the limit. The default signup modal that Memberstack provides is a shortcut to signup, it's more useful to people who want a simple way to signup and don't know how to code. I would recommend, if you want more flexibility to build your own login modal component.

    You can use this login sourcecode page as an example, if you want to signup you would use signupMemberEmailPassword method instead of the login method.

    0

Please sign in to leave a comment.