I'm maintaining some add-me-to-mailing-list code that currently has a single checkbox that adds someone to a Campaign Monitor mailing list if checked.
I need to turn this into a drop down yes/no option, and am having problems trying to get a true or false value back from the available select* (which should require a value be entered) in Contact Form 7.
I'm coming at this from a C perspective, where I expect types to have returns.
The Campaign Monitor plugin wants a required acceptance field that is the name of the existing single checkbox - i'm guessing that leaving this unchecked returns false to campaign monitor and checking it returns true and it passes the form data along.
What am i missing here? Any thoughts?