A Pen by Mackenzie Child on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="https://api.memberstack.io/static/memberstack.js?webflow" data-memberstack-id="[GET FROM MEMBERSTACK]"></script> | |
<script> | |
MemberStack.onReady.then(async function(member) { | |
// Checks if member is logged in | |
if(member.loggedIn){ | |
const metadata = await member.getMetaData(); |