I ran into a hiccup when adding Content Form 7 to a new page. I have custom pages so I set up a page in wordpress and added the [contact-form-7 id="7" title="Contact form 1"] on the page setup. My page is pretty simple:
<?php
/*
Template Name: Page Page
*/
?>
<?php get_header(); ?>
<?php get_sidebar(); ?>
<?php the_content(); ?>
<?php get_footer(); ?>
I use the template in my page setup but I am not getting a form to show. I am thinking I made a simple oversite but I am new to wordpress so I don't have much experience with sites. This is only my second one. The first used a custom for of Contact Form 7 so I can't just copy. Any suggestions?