Gated content on plain html/js Answered

Post author
Matthew Nicoll

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

Please sign in to leave a comment.