I have a checkbox field in WCF7
[checkbox Newsletteranmeldung use_label_element "YES"]
If I send the form an e-mail is send with the Text "Yes", if the form was checked. If the checkbox was empty when sending the form, there ist no text (it's empty). But I want to get a "NO" as output. How to do this?
You want to use a toggle button which changes its value each time you click on it.
Place a
element in your form along with a hidden field to store the toggled value,
a jquery script to toggle the value each time the button is clicked:
Use the hidden
confirmmail tag in your email notification