Hi again ![]()
if a box is checked, it’ll show in the email - the defined title + Yes.
But what if it is not checked. Is it possible to have it show - the defined title + No?
let newsletter = `\rInterested in Newsletters: `;
if ($w("#NewsletterCheckbox").checked) {
newsletter = newsletter + "Yes";
Thanks in advance,
Naama.