Hey guys,
im looking for a list of possible hooks for contact form 7. I want to do my own styling in the mail send out, but the auto <p> tags mess everything up. Id like to run a filter over the mail content to remove all the p tags. I have put inline styles in the mail body section, but that won`t work for the <p> tags since they are added on later.
I`ve tried define( 'WPCF7_AUTOP', false ); but that does nothing.
Any great ideas (without editing contact form 7 plugin itself)?