UPDATE:
As you suggested, I created a new blank post then inserted this into the sidebar portion of the page template which worked:
<?php query_posts('p=206'); if(have_posts()) : the_post(); ?>
<?php the_content(); ?>
<?php endif; ?>
Thanks for your assistance!
Thanks for the quick reply. So I’ve added
<?php echo do_shortcode('[ContactMe form="Sidebar"]'); ?>
into the page template file and it does not work. Any other ideas without adding it to a post?