<div class="smartprice-button"></div>
<div class="smartprice-button blue"></div>
<div class="smartprice-button dark"></div>
<div class="smartprice-button"
data-firstname="John"
data-lastname="Doe"
data-phone="2233445566"
data-email="test@email.com"
data-dob="2000-08-22">
</div>
<script src="https://prescryptive.github.io/smartprice-sdk/modal/bundle.js"></script> // prod environment
<script src="https://prescryptive.github.io/smartprice-sdk/modal-demo/bundle.js"></script> // test environment
<script>
/** Your implementation to receive the memberId
* from SmartPRICE
*/
const receiveMessage = (event) => {
if (event.data.message === 'confirmation'){
console.log(event.data.value.smartPriceMemberId);
}
}
</script>