By Steph — September 5, 2009
22 Comments | Leave a Comment
UPDATE: You can now use the Contact Form 7 shortcodes in text widgets. This plugin is no longer needed. If you’re looking for an easier alternative to Contact Form 7, try Formidable. If you’re using this widget for the styling, please note you can also use the Formidable shortcode in place of the Contact Form 7 shortcode.
The Contact Form 7 Widget plugin includes many widget options and must be used alongside either Formidable or Contact Form 7 plugin. We only support the widget plugin and Formidable, but not Contact Form 7. For help and support for the Contact Form 7 plugin, click here.


note: rounded corners do not work in Internet Explorer… Surprise!
another note: Use 6 digit hex colors for better results
Pingback: WordPress Plugin Releases for 09/07 « Weblog Tools Collection
Pingback: Hookle » WordPress Plugin Releases [sixth]
Pingback: WordPress Plugin Releases for 09/07 | The SEO Blog - The Money Cake For Marketing Affiliater
thanks
nice plugin
Pingback: MARATON » Blog Archive » Create your own contact form
Hi, I tried to install this plugin and works perfectly fine. just one question though, I have customized it and added my own header(image file) and when I left the “title” blank and saved it, the word “contact us” still appears as the title. Hope you can help where i can remove this?
THanks in advance.
You can change line 7 to
$title = apply_filters(‘widget_title’, empty($instance['title']) ? ” : $instance['title']);
(Just remove the phrase ‘Contact us’)
Hi Steph,
Where did all you ‘bright’ people come from? I am on such a steep learning curve and am eternally grateful to people like you who have been there before me and can help. Thank you for your widget that helps one to put the Contact Form 7 into the sidebar.
Kind regards,
Tuan
Hello,
thank for the plugin, it works great and it used automatically the WPCF configs.
Thanks
G.
Thanks . .
It works.
Pingback: wp-popular.com » Blog Archive » Contact Form 7 Widget WordPress Plugin
i just installed it on my site and its working great. thanks for the wonderful plugin.
Great widget! Just looking to find out how to reduce/get rid of spam comments or have some sort of captcha mechanism to control for people submitting comments to us. Thank you!
Trent
If your question is regarding the Contact Form 7 plugin, please ask your question at
http://contactform7.com/support/
If you are using this widget with Formidable, you can find instructions for enabling spam protection at
http://formidablepro.com/add-spam-protection/
Does anyone know how to give the text fields a fixed width? The reason i ask is because u contact form widget it bigger than my sidebar and i would like to make it fit. where would i change this?
thanks
Hi Steph,
The CF7 widget does not display the ReCAPTCHA that is displayed when I place the same comment form directly on a page. Is there a workaround?
Thanks!
Hi, How do I colour it!
#cc3333; does not work
red does not work
#cc3333 does not work
cc3333 does not work
im wondering – is it my template over-riding or what?
a few instructions wouldn’t go amiss
Hi Steph,
Wondering if you can help?
I need to reduce the width of the text boxes on the widget as they are over running the side of the page
I can not get the form to change colors and like Stuart above I have tried all combos. Also With Dan Allen – if you have an answer for changing the text box widths that would be great! Had to increase my sidebar width for a temporary fix.
Thanks!
nice form.. thanks a lot.. brilliant!
cheers!
Hello,
Yes these guys are right, The BG color for buttons doesn’t work, + the width of the form goes over the width of the side bar, somebody figured it out?
I fixed it by following ….
File Name: contact-form-7-widget/contact-form-7-widget.php
This Line:
$widget_id = ‘widget-’ . $this->id_base . ‘-’ . $this->number;
Change To:
$widget_id = $this->id_base . ‘-’ . $this->number;
Worked