I have a Contact Form 7 form as a page on my site. I’d like to place the contact form on the sidebar. How can I do this?
Leave a Reply
You must be logged in to post a comment.
I have a Contact Form 7 form as a page on my site. I’d like to place the contact form on the sidebar. How can I do this?
You must be logged in to post a comment.
Have you tried the options suggested in this WordPress Support thread? They range from copying the generated code in a Text Widget to parsing the shortcode yourself in your template (
<?php echo do_shortcode('[contact-form 1 "Contact form 1"]'); ?>
).