Will do. Thanks for the reply.
I have a form that has checkboxes. When the form is submitted, in the email response after submission, does NOT show the checkboxes. instead it shows “?” where the checkboxes should be. In the from Processing/ Email Settings I have custom HTML code for the message but the custom code does not attempt to validate that a checkbox has been checked when it is submitted. Instead of –
[] make coffee
I get –
? make coffee
So how can I make the email know if a checkbox was checked or not when the form is submitted?