Contact form 7 - 5.7 update resulted vertical space between form fields

Contact form 7 5.7 update gives you unnecessary verticle space between form fields. This is due to the new update prints P tags in between new lines,

<p>
	<br>
</p>

The solution is to turn AUTO P off from the WP configuration by adding the following to wp-config.php,

define('WPCF7_AUTOP', false ); //contact form 7 remove auto <p> tag

sTickaBaT
Please login to comment
  • latest comments
  • Total 0 comments