Replies: 0
Hi, I love your form builder and use it all the time. So, first off, thank you for that! Forminator is awesome!
The documentation says, radio, checkbox, and select fields store the “value” in the DB.
https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#checkbox-field
But I can’t get that to work. I created a test form with standard radio, checkbox, and Select fields. It seems like the Label is being stored in the DB, not the value. When I export the submission as CSV, I see the labels (like “Option 1” or “Option 2”), not the values (like “one” or “two”).
How to I save and export the radio, checkbox, and Select values, not the labels?