How to let users create and manage their own profile pages in Webflow CMS with Memberstack?
Hi everyone! š Iām new to Memberstack and currently building GetStyled (www.getstyled.in), a marketplace that helps Indian NRIs book wedding and personal stylists.
Right now, Iām manually managing stylist profile pages (https://www.getstyled.in/book/juhi-s) in Webflow CMS by uploading their images, details, and other information myself. However, Iād love to enable stylists to upload and manage their own profiles directly. We have 56 fields that are currently being used, out of which 9 are relational databases.
Is this possible using Memberstack? If so, what would be the best approach to set this up? Any guidance, best practices, or relevant resources would be really appreciated!
Thanks in advance for your help! š

Comments
3 comments
Hey Arjan Sahni, you can explore setting up Profile update forms for your use-case and setup components that matches your data structure. While Memberstack custom fields might not be useful for relational database, it can still store data in form of a string when user selects multiple checkboxes / options and you can setup an automation to listen to member updates in Memberstack and update the Webflow CMS accordingly. You will have to explore a bit to map the relational CMS IDs via some logic / array of values directly using Webflow API to push the update, but this should be possible with a bit of setup on automation side. Hope this helps you get started with the setup.
Is memberstack able to have each user have their own profile, I want my users to be able to see their own profile "dashboard" such as their email, current plan, etc.
Hey Alex Douglas, you could either add custom attribute data-ms-modal="profile" to let users open a pre-built Profile modal like mentioned here or you could setup a custom profile form for users as guided here. Hope this helps.
Please sign in to leave a comment.