Para eliminar los saltos de línea en el formulario necesitamos añadir el siguiente código en el functions.php del tema hijo:
add_filter(‘wpcf7_autop_or_not’, ‘__return_false’);
Para eliminar los saltos de línea en el formulario necesitamos añadir el siguiente código en el functions.php del tema hijo:
add_filter(‘wpcf7_autop_or_not’, ‘__return_false’);