How to display Memberstack custom fields data in aggregate dashboard views using Webflow and React? Answered

Post author
Damon Delgado

Good morning, looking for some suggestions here… I want to take Memberstack custom fields data and display it in aggregate in various dashboard views (average product costs, ratings, etc.) Any best practices here? I was looking at using Make to save the data to Google Firestore and then pull the data back into Webflow in a React component. Any thoughts?

Thanks in advance!

Comments

4 comments

  • Comment author
    Josh Lopez

    You can display custom fields in webflow easily with data attributes. Go to the components page inside memberstack and click on attributes in the tab navigation. You should see a list of attributes to use.

    You can also see them all here https://docs.memberstack.com/hc/en-us/articles/7252466484635-All-Webflow-Package-Data-Attributes

    0
  • Comment author
    Damon Delgado

    Hi Josh Lopez Thanks this is a helpful resource. Am I able to pull data for all Members? We are collecting customer feedback data and I would like to create a dashboard that aggregates all of the responses. For examples if 100 customers give me a rating for the service I’d like to pull all those records and average the ratings values.

    0
  • Comment author
    Josh Lopez

    oh ok. data attributes only show data of the logged in member. We do not have a way to show data publicly without logging in at the moment. Instead what you could do is use make to create a cms item in webflow when a member updates the custom field. That would keep the responses in a cms item so you can display all.

    0
  • Comment author
    Damon Delgado

    Josh Lopez Interesting idea. I’ll take a look at the options for querying a Webflow CMS collection. Thanks!

    0

Please sign in to leave a comment.