Relume Community Icon
Relume Community
  • 馃彔Home
  • 馃搮Events

  • 馃數Announcements
  • 馃數General
  • 馃數Getting Started
  • 馃數Issues
  • 馃數Showcase

Powered by Tightknit
Issues
Issues

Fixing Checkbox Submission Issues in CMS Forms

Avatar of Emily M.Emily M.
路

Also, when forms with CMS lists of checkboxes, the form submission only tells me if they have checked a box in the field, rather than telling me which one. Any idea on how to get this working?

4 comments

  • Avatar of Hunor N.
    Hunor N.
    路

    Change the name of the checkbox and it will be reflected in the submission.

  • Avatar of Emily M.
    Emily M.
    路

    As it is a dynamic list, this isn't viable. You'll see in the second screenshot that the name I set for one of the checkboxes applies to all of them

  • Avatar of Matt J.
    Matt J.
    路

    Emily M. you could put a custom code embed in the collection item, and then link to CMS data that way. To get the proper syntax for the input field, you could either export the code from webflow or inspect element in the browser and just copy/paste that into the custom code embed and then replace the unique data pieces (name="[cms data]" and the label) and you should be good to go. This project just keeps going and going! 馃槃 Excited to see the finished project.

  • Avatar of Emily M.
    Emily M.
    路

    This is the last tricky thing I need to figure out! I'll give this a go today 馃檹