Conditional Fields for Contact Form 7 not working and displaying [/group] in output

try adding the following code to your functions.php file,

add_filter( 'wpcf7_autop_or_not','__return_false');

the will remove the <p></p> wrapping tags added by the CF7 plugin for each new line in your form.