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
7 comments
Can i change this up so that there is a space behind every comma? I need this because right now it looks funny in a profile input field, but like this it's also not compatible with comma seperated fields of for instance Typeform.
Thanks in advance
Hey Bas, thanks for posting your question!
We donโt have a way to format how the data is output at this time. :( One workaround I can think of would be to format the data in the front end before passing it along to Typeform. But that really depends on what you're trying to achieve. Iโll ask around to my colleagues to see if anyone has a workaround they can think of, but if you have any questions in the meantime, please let me know!
Hello,ย
Can I make the checkbox group required ? (ie. at least one checkbox of the group needs to be checked)ย
Thanks,
William
How do make a custom select and search using a collection list for the select options? Active selected items are not being organized at the top for results.
Hi Grant Faucher ๐ Can you share a read only link to your project?
but how to save that in memberjson?
Hi Yashwin Naidu ๐
You'll need to use the DOM package and custom code to save custom fields to JSON.ย
I recommend looking at our MemberScripts page and searching for checkbox. https://www.memberstack.com/memberscripts
Please sign in to leave a comment.