Hi guys this plug-in works really well when I add [contact-form-7 id="48" title="Contact form 1] to the bottom of a the post etc.
But when I add it to the bottom of the file (Please see below) which is being called each time so it gets added to the bottom of the page it's not appearing as the contact form it shows up as text.
if (__FILE__ == $_SERVER['SCRIPT_FILENAME']) { die(); }
if (CFCT_DEBUG) { cfct_banner(__FILE__); }
?>
<hr />
<div class="group">
<h1>Stay In Touch</h1>
[contact-form-7 id="48" title="Contact form 1]
</div>
Any help would be great.