Description
Contact Form 7 can manage multiple contact forms, plus you can customize the form and the mail contents flexibly with simple markup. The form supports Ajax-powered submitting, CAPTCHA, Akismet spam filtering and so on.
Docs & Support
You can find docs, FAQ and more detailed information about Contact Form 7 on contactform7.com. If you were unable to find the answer to your question on the FAQ or in any of the documentation, you should check the support forum on WordPress.org. If you can’t locate any topics that pertain to your particular issue, post a new topic for it.
Contact Form 7 Needs Your Support
It is hard to continue development and support for this free plugin without contributions from users like you. If you enjoy using Contact Form 7 and find it useful, please consider making a donation. Your donation will help encourage and support the plugin’s continued development and better user support.
Recommended Plugins
The following plugins are recommended for Contact Form 7 users:
- Flamingo by Takayuki Miyoshi – With Flamingo, you can save submitted messages via contact forms in the database.
- Postman by
Jason Hendriks – Postman is a next-generation SMTP Mailer, software that assists in the delivery of email generated by your WordPress site. - Bogo by Takayuki Miyoshi – Bogo is a straight-forward multilingual plugin that doesn’t cause headaches.
Translations
You can translate Contact Form 7 on translate.wordpress.org.
Screenshots
Installation
- Upload the entire
contact-form-7
folder to the/wp-content/plugins/
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
You will find ‘Contact’ menu in your WordPress admin panel.
For basic usage, you can also have a look at the plugin web site.
FAQ
Do you have questions or issues with Contact Form 7? Use these support channels appropriately.
- Installation Instructions
-
- Upload the entire
contact-form-7
folder to the/wp-content/plugins/
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
You will find ‘Contact’ menu in your WordPress admin panel.
For basic usage, you can also have a look at the plugin web site.
- Upload the entire
Reviews
Great plugin but broken at the moment …
Don’t use the latest version, it doesn’t play along with the current WordPress version!
Great Plugin
Take also a look on my extension “Contact Form 7 – Post Fields” “https://de.wordpress.org/plugins/cf7-post-fields/”.
Great plugin but careful when upgrading to CF7 4.8
I’ve been using this plugin for many years and loved every inch of it. The contact form is used several times a day and my website would be useless without it. But the last update to CF7 4.8 has an compatibility issue with the current version of WordPress. Something to do with the Rest API. I would recommend that you either stick with version CF7 4.7 or make a backup of CF7 4.7 before upgrading so if the form fails to work then you can roll back to CF7 4.7. Hopefully the developer will fix this very soon. As alway, make a backup of your website before upgrading. Better safe than sorry.
Fonctionne impecc!
Bonjour bonjour,
Tout est dans le titre, même la doc et le support 🙂
Merci beaucoup et bonne continuation!
Cheers
Great Contact Form
Used in nearly all my builds. Great, free functionality for a developer.
Awesome and simple
Hi,
Good job. 🙂
Kontributor & Pengembang
“Contact Form 7” is open source software. The following people have contributed to this plugin.
Contributors“Contact Form 7” has been translated into these 23 locales: French, Japanese, German, Ukrainian, Russian, Croatian, Catalan, Portuguese, Brazilian Portuguese, Spanish, Swedish, Hungarian, Polish, Estonian, Dutch, Slovak, Romanian, Chinese (Taiwan), Norwegian (Bokmål), English (UK), English (Canada), Belarusian, Spanish (Argentina). Thank you to the translators for their contributions.
Translate “Contact Form 7” into your language.
Interested in development?
Browse the code or subscribe to the development log by RSS.
Changelog
For more information, see Releases.
4.8
- Stopped using jquery.form.js.
- Added custom REST API endpoints for Ajax form submissions.
- WPCF7_FormTag class implements ArrayAccess interface.
- WPCF7_FormTagsManager::filter() filters form-tags based on features they support.
- New form-tag features: do-not-store, display-block, and display-hidden
- Removed inappropriate content from h1 headings.
- Added the support of size:invisible option to the reCAPTCHA form-tag.
4.7
- Added REST API custom endpoints to manipulate contact form data.
- Config Validator: Added test items for field names and attachment file paths.
- Added custom DOM events:
wpcf7invalid
,wpcf7spam
,wpcf7mailsent
,wpcf7mailfailed
andwpcf7submit
. - New action hook:
wpcf7_after_flamingo
. - Added
size
option toselect
andselect*
form-tag types. - Made it possible to use the 3rd parameter of
wpcf7_add_form_tag()
to specify “features” of the form-tag type.