I have a form with 21 checkboxes. No checkboxes are required.
When I receive the form submission email it is "messy" to the extent that it shows 21 rows of code, for example
Is there anything I can do in the email template to send me ONLY results of checked boxes? Thanks!
When I receive the form submission email it is "messy" to the extent that it shows 21 rows of code, for example
{check}
{check1}
{check2}
{check3}
Checked Item.
{check4}
{check5}
{check6}
{check7}
{check8}
{check9}
Another Checked Item.
{check11}
{check12}
{check13}
{check14}
{check15}
{check16}
{check17}
{check18}
{check19}
{check20}
name, email address
etc. etc.
Is there anything I can do in the email template to send me ONLY results of checked boxes? Thanks!