My shortcode is not working in Contact Form 7 Message Body

You can place only the following code in functions.php and it will work:

// Activate Shortcode Execution for Contact Form 7

add_filter( 'wpcf7_form_elements', 'do_shortcode' );

Leave a Comment