How to track dashboard button clicks and save them to Memberstack custom fields? Answered
I have one button in my dashboard, when user click on that button, i want to record that button click in this custom field on memberstack, has anyone tried this before?

Comments
1 comment
Hi Mubassir,
Yes, it's definitely possible to record a button click and store that data in a custom field on Memberstack.
Here’s a sample script you can use. It updates the custom field
button-click-1when a user clicks a specific button on your dashboard. Remember to replacemy-special-buttonin the code with the button ID on your dashboard.:I hope this helps.
Please sign in to leave a comment.