First let me say I am brand new to Wix. I’m a web designer so I have a pretty good understanding of CMS, but this is new to me. Anyways…I’m having trouble with my form passing information from a checkbox field to my backend. My form is submitting all the rest of the fields in my form. It’s just not passing a checkbox through. Basically, if someone accepts a checkmark needs to show in the DB. The header is calling in the back end, but the checkmark information is missing. I tried creating a new collection with read/ write access, but I don’t know how to link my form to my new collection. That being said If I can get this 1 checkbox to pass the info I’ll be set. I’m really close. I’m just not 100% sure how to get this 1 field to display.
Hi, @Nate_Balcom !!
I believe the checkbox value is a Boolean (true/false), so it’s important that a Boolean-type field is pre-defined in the collection. In the collection, the data should be represented as true or false. ![]()
I set it to Booleon (true) it’s still not showing the check mark. I think maybe it has something to do with permissions. Like maybe it needs write access. I created a new collection and changed the permissions to write, but I’m not sure how to associate a new collection with an existing form. I think that’s where I am now.
This post is what I’m asking now.