This article will show you how to store the data of multiple checkboxes as a comma-separated list inside Memberstack. This other article can show you how to set up a single checkbox.
This feature is also super handy for creating custom select fields like these 👇 (They are just fancy checkboxes under the hood).
Video Tutorial
Here's a link to clone the project seen in the video.
Create a Wrapper Element
Somewhere inside of a profile or signup form, you'll need to add a div. And then, you'll need to give that div an attribute of data-ms-member="Your_Field_Id"
where "Your_Field_Id" points to a custom field inside your Memberstack account.
Add your Checkboxes
Next, you'll want to add all of our checkboxes inside of the wrapper element. For this to work, each checkbox's input is going to need a data-ms-value="Your_Value"
attribute where "Your_Value" is what you want to be saved in Memberstack.
Comments
0 comments
Please sign in to leave a comment.