When creating a form last night I accidentally entered a large number of fields (with a lot of choices in each) as Multiple Choice rather than Checkbox style fields. It would take me a very long time to re-enter all of these so I'm hoping for another solution, specifically I'm hoping I can edit the mySQL data and change the field type.
I've located the "display_meta" field in the wp_rg_form_meta table in mySQL and tried mass replacing the string "radio" with "checkbox" but that didn't seem to do it and caused the form not to load correctly. I have a backup that I can replace the original field data with to get it back to working, but I'm still hoping to be able to fix this without a massive re-entry of form fields.
If anyone knows what I need to change in the mySQL field to change these instances of multiple choices (which are the only ones in this field, which would make search and replace easy in this case once the items are identified that need replacing) to checkboxes I'd really appreciate any info.