I'm trying to send an html email with the results of the form, which is basically a page of checkboxes. I need to send the checkbox checked if the user has checked it.
This is a sample of what is in the email:
<span class="wpcf7-form-control-wrap SodQuote"><span class="wpcf7-form-control wpcf7-checkbox"><span class="wpcf7-list-item"><input type="checkbox" name="SodQuote[]" value="Request a Sod Quote" [SodQuote] /> <span class="wpcf7-list-item-label">Request a Sod Quote</span></span></span></span>
I need to change the code for the shortcode to output "checked" instead of the tag name if it is checked. I think it is a one line change somewhere, but I can't seem to find it.