I'm having a couple of problems when creating subscription landing
pages. CheckboxesI have a checkbox for people to opt-in, which when
checked it saves as 'yes' in the boolean field in our database. But if
they leave it unchecked it saves it as 'no' - overwriting what is
already there. I don't want the box being unchecked to act as an
opt-out. Is there a way for unchecked boxes not to overwrite what's
there? First Name/Last Name fieldsThe same thing is happening with these
fields. If these field...