hi.
i am using cf7 for an order form in my site.
there are some checkboxes in my form & by default cf7 will send the value of "checked checkboxes" to my email. therefore it will send an empty line for values of unchecked checkboxes.
but i want it to send ALL checkboxes value to my email then i use some styling for values of unchecked checkboxes.(for example set their text color to gray or strike them...)
i want to know is it possible or not?
Here i found an solution for removing blank lines in email. i think i should use this wpcf7_mail_components filter to do this job but i don't know how...
thanks for your help.