How to insert Member Data into this script? Answered
Hey,
I am integrating with a third part system and they have provided this code in order to push custom attributes about a members back into their service.
My questions is.. can someone help me update this script so that it will input the member-data and custom fields that I'd like to pull in from Memberstack?
You can see the placeholders that they have provided in the script. I'd like those tobe the field name and content from any custom field I choose from my MS account.
Much appreciated! I've tried a few things on my end, but not having any luck.
<script>
**Our JS snippet goes here**
webpushr('attributes',{"Gender" : "Female", "User ID" : "874", "E-mail" : "name@example.com"});
</script>
Comments
3 comments
Hi Dennis,
Here's what your code will look like:
I hope this helps.
I'm curious if anyone has any ideas here. Thanks!
Thank you! I'll give this a go!
Please sign in to leave a comment.