Hi,
I have a problem to show contact form on post/pages, when i just add code:
[contact-form 5 "Untitled"]
In post/page, it show text '[contact-form 5 "Untitled"]', not a form.
I even try to use code from FAQ:
<?php echo do_shortcode( '[contact-form 5 "Untitled"]' ); ?>
And add it to template files, but the effect is the same.
Of course I have the new version of plugin.
Where can be the problem?
( btw. I allso use plugin to newsletter, where I add shortcode [newsletter], and this one plugin works fine ;? )