Unchecked checkbox on form is setting values to false/no
We have a form on our website where people can download gated content. On this form, they can also choose to opt in to our email list. This is presented as a checkbox, and when it's checked, the person's opt-in field is set to true/yes.
But if the checkbox is unchecked, any existing data on the opt-in field is overwritten with a false/no value. This means people who were already opted into our email list and submit the form with the checkbox unchecked are getting opted out.
We want to make it work so this field is not overwritten or modified in any way if the checkbox is unchecked. Is that possible? I actually thought Marketo forms were already supposed to work this way, but my testing is telling me otherwise.