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.
Privacy Notices
With the default configuration, this plugin, in itself, does not:
- track users by stealth;
- write any user personal data to the database;
- send any data to external servers;
- use cookies.
If you activate certain features in this plugin, the contact form submitter’s personal data, including their IP address, may be sent to the service provider. Thus, confirming the provider’s privacy policy is recommended. These features include:
- reCAPTCHA (Google)
- Akismet (Automattic)
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.
- 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.
Installation
- Upload the entire
contact-form-7folder 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-7folder 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 plugins
Working perfectly.
A great basic but powerful contact form plugin
I usually install Contact Form 7 by default on new websites and add Flamingo to save all the emails sent.
It is a great plugin with all the basic stuff and easy to understand and use.
The only thing I don’t like is that it loads on all the pages, even if I don’t have a contact form on it, so it adds to the load of pages.
For the rest, this is a recommended plugin you can easily extend.
I like it very much
This is really nice forms plugin, which I like very much! Most effective tool with reliable functionality.
A Simple, consistent and versatile form maker
Contact Form 7 is one of the most needed and easy to use plugins in any WordPress website installation.
This plugin allows you to create (almost) any kind of webform that you can imagine with a clean and simple but consistent way.
Best Contact Form!
As a newbie web designer I found this plugin really easy to understand and very useful. I would high recommend contact form 7 to anyone.
Brilliant!
This is easy to use and simply awesome. Thanks and props to Takayuki Miyoshi!
Contributors & Developers
“Contact Form 7” is open source software. The following people have contributed to this plugin.
Contributors“Contact Form 7” has been translated into 49 locales. Thank you to the translators for their contributions.
Translate “Contact Form 7” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
For more information, see Releases.
5.0.4
- Specifies the capability_type argument explicitly in the register_post_type() call to fix the privilege escalation vulnerability issue.
- Local File Attachment – disallows the specifying of absolute file paths referring to files outside the wp-content directory.
- Config Validator – adds a test item to detect invalid file attachment settings.
- Fixes a bug in the JavaScript fallback function for legacy browsers that do not support the HTML5 placeholder attribute.
- Acceptance Checkbox – unsets the form-tag’s do-not-store feature.
5.0.3
- CSS: Applies the “not-allowed” cursor style to submit buttons in the “disabled” state.
- Acceptance Checkbox: Revises the tag-generator UI to encourage the use of better options in terms of personal data protection.
- Introduces wpcf7_anonymize_ip_addr() function.
- Introduces the consent_for:storage option for all types of form-tags.
5.0.2
- Added the Privacy Notices section to the readme.txt file.
- Updated the Information meta-box content.
- Use get_user_locale() instead of get_locale() where it is more appropriate.
- Acceptance Checkbox: Reset submit buttons’ disabled status after a successful submission.
5.0.1
- Fixed incorrect uses of _n().
- Config validation: Fixed incorrect count of alerts in the Additional Settings tab panel.
- Config validation: Fixed improper treatment for the [_site_admin_email] special mail-tag in the From mail header field.
- Acceptance checkbox: The class and id attributes specified were applied to the wrong HTML element.
- Config validation: When there is an additional mail header for mailboxes like Cc or Reply-To, but it has a possible empty value, “Invalid mailbox syntax is used” error will be returned.
- Explicitly specify the fourth parameter of add_action() to avoid passing unintended parameter values.
- Check if the target directory is empty before removing the directory.
5.0
- Additional settings: on_sent_ok and on_submit have been removed.
- New additional setting: skip_mail
- Flamingo: Inbound channel title changes in conjunction with a change in the title of the corresponding contact form.
- DOM events: Make an entire API response object accessible through the event.detail.apiResponse property.
- HTML mail: Adds language-related attributes to the HTML header.
- File upload: Sets the accept attribute to an uploading field.
- Introduces the WPCF7_MailTag class.
- Allows aborting a mail-sending attempt using the wpcf7_before_send_mail action hook. Also, you can set a custom status and a message through the action hook.
- Acceptance checkbox: Allows the specifying of a statement of conditions in the form-tag’s content part.
- Acceptance checkbox: Supports the optional option.
- New special mail tags: [_site_title], [_site_description], [_site_url], [_site_admin_email], [_invalid_fields], [_user_login], [_user_email], [_user_url], [_user_first_name], [_user_last_name], [_user_nickname], and [_user_display_name]
- New filter hooks: wpcf7_upload_file_name, wpcf7_autop_or_not, wpcf7_posted_data_{$type}, and wpcf7_mail_tag_replaced_{$type}
- New form-tag features: zero-controls-container and not-for-mail
