Gated content on plain html/js Answered
I having some difficulty, I'm trying gated content on my plain html/js site. I've added this:
import memberstackDOM from '@memberstack/dom';
const memberstack = memberstackDOM.init({
publicKey: "123456789",
});
and then "data-ms-content="members"" to my page element but it still shows. Am I misunderstanding somthing?
Comments
3 comments
I fixed this using "Memberstack.js" from here https://docs.memberstack.com/hc/en-us/articles/11217223809819-Vanilla-JS-Guide
Thank you for sharing the solution 🙏
All good mate!
Please sign in to leave a comment.