unfortunately, the link is private is in environment test. and is not possible to cole image here.
… but the configure is
in functions.php is
add_filter(‘widget_text’, ‘do_shortcode’);
add_filter(‘the_excerpt’, ‘do_shortcode’);
and in page code
<?php echo do_shortcode(“[contact-form-7 id=’42285′ title=’valida cpf cnpj’]”); ?>
is there a new way to do this config?
tks