I am having an issue with a checkbox on a form. When the form is submitted, the value of the checkboxes chosen are correctly stored in the add_school_groups variable as shown below.
When that value is used during a table insert, the underscore is removed from the value during the table insert process. When inserted into the table, the value becomes Student Records-SpeEd Teacher as shown below.
This causes a major hiccup in my routing because the system is looking for the underscore. Why is this underscore being dropped during the table insert? The other values that I insert with underscores are not affected, but they are also not checkboxes. They are dropdowns in the form. This is in Cloud.