How to pass Webflow form data to Airtable through Memberstack when hidden fields won't save?

Post author
Darrin Moss

Im new to all this but I have been playing around with Webflow and Memberstack and hit a snag when trying to pass some data into Airtable. So basically I have a logged in user fill in a webflow form and I want to get that data into Airtable. From my research I believe I have to go through Memberstack but I can't seem to get the text to save in Memberstack. 

I tried using a hidden field using the html embed so the text would save to the correct user. Here is the code I used in the embed. 

<input type="hidden" ms-data="webflow-member-id" data-name="Webflow Member ID" />

Comments

2 comments

  • Comment author
    Duncan from Memberstack
    • Edited

    Hey Darrin Moss 👋

    Try swapping ms-data with data-ms-member. So the full attribute would be data-ms-member="webflow-member-id"

    ms-data was deprecated with the launch of Memberstack 2.0. Apologies for the confusion. My goal for this Q is actually to go through aaaaaall of our old communities and documentation to remove the outdated info. Still a work in progress 😅 

    0
  • Comment author
    Darrin Moss

    Awesome. Thant worked. Thank you and good luck with that task :)

    1

Please sign in to leave a comment.