I have a checklist with a dozen line items. I've used "display:block;" in the CSS to fix the formatting of the on-page form. However, when it is sent by email the checked items are still displayed as a comma separated list.
Can I wrap the checklist output in <ol> with individual items wrapped in <li>?