Hi there
I am trying to get my contact form to show up however it is only showing the code.
Page is here
http://www.carerstogether.org/new/contact
Hope someone can help me.
Thanks
Colin
Hi there
I am trying to get my contact form to show up however it is only showing the code.
Page is here
http://www.carerstogether.org/new/contact
Hope someone can help me.
Thanks
Colin
Is the shortcode on its own line in the visual editor?
i.e.
Please fill in the following stuff
[contact-form-7 id="74" title="Contact form 1"]Hi
Yes it is.
Have you tried:
Hello,
I hate to steal colinweir's thread but I'm also having the same issue:
http://www.deadlydecoys.com/contact-us
I'm using WP3.2.1 - I tried reinstalling, I created another form and I've deactivated all plugins...no go. I'm puzzled as I've used CF7 on the same theme, same WP version on other sites and I haven't had issues.
Any ideas?
Horizon70s - I don't see any of the Contact Form 7 code in your source code that would lead me to believe the plug-in is actually active.
Example code I see on one of my sites running this plug-in:
<link rel='stylesheet' id='contact-form-7-css' href='http://www.yourdomain.com/wp-content/plugins/contact-form-7/styles.css?ver=3.0' type='text/css' media='all' />
<script type='text/javascript' src='http://www.yourdomain.com/wp-content/plugins/contact-form-7/jquery.form.js?ver=2.52'></script>
<script type='text/javascript' src='http://www.yourdomain.com/wp-content/plugins/contact-form-7/scripts.js?ver=3.0'></script>
Does your theme have the required WordPress plug-in hooks in your header.php file:
http://codex.wordpress.org/Function_Reference/wp_head
and footer.php file:
http://codex.wordpress.org/Function_Reference/wp_footer
The OP should check this as well as I noticed only some of the above code in their theme.
You must log in to post.