So I’m working on a project that will allow for public profiles to be updated in real time with a form submission. Essentially, you submit changes or create your account and it gets added to the CMS collection.
I’m running into some issues though, I’m using webflow, memberstack and Make to try and achieve this functionality. It appears though that In order for me to get this to work, I need some unique identifier from the CMS collection, item ID appears to be this, but I’m unsure how to pass this information over to memberstack and then from memberstack to make. Memberstack also has a member ID number, but again not sure how I could pass this because it would need to be inside the CMS collection items and match up so that make knows what it’s doing basically.
Anyone successfully built anything like this?