Currently browsing category: contact form 7
contact form 7 controlling br tags
Have you encountered br tags messing your contact form 7 forms. you can remove it using below code in wp-config.php:
define( 'WPCF7_AUTOP', false );
more info at http://contactform7.com/controlling-behavior-by-setting-constants/