/contact-form-8

Just another forked contact form plugin. Simple but flexible.

Primary LanguagePHPOtherNOASSERTION

=== Contact Form 8 ===
Contributors: lukecav
Donate link: https://github.com/lukecav/contact-form-8
Tags: contact, form, contact form, feedback, email, ajax, captcha, akismet, multilingual, forked, humor
Requires at least: 4.6
Tested up to: 4.7.4
Stable tag: 4.7
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Just another contact form plugin. Simple but flexible. Based on the plugin work by Takayuki Miyoshi. https://wordpress.org/plugins/contact-form-7/

== Description ==

Contact Form 8 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](https://contactform7.com/docs/), [FAQ](https://contactform7.com/faq/) and more detailed information about Contact Form 8 on [contactform7.com](https://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](https://wordpress.org/support/plugin/contact-form-7/) on WordPress.org. If you can't locate any topics that pertain to your particular issue, post a new topic for it.

= Contact Form 8 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 8 and find it useful.

= Recommended Plugins =

The following plugins are recommended for Contact Form 8 users:

* [Flamingo](https://wordpress.org/plugins/flamingo/) by Takayuki Miyoshi - With Flamingo, you can save submitted messages via contact forms in the database.
* [Postman](https://wordpress.org/plugins/postman-smtp/) by
Jason Hendriks - Postman is a next-generation SMTP Mailer, software that assists in the delivery of email generated by your WordPress site.
* [Bogo](https://wordpress.org/plugins/bogo/) by Takayuki Miyoshi - Bogo is a straight-forward multilingual plugin that doesn't cause headaches.

== Installation ==

1. Upload the entire `contact-form-8` folder to the `/wp-content/plugins/` directory.
1. 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](https://contactform7.com/).

== Frequently Asked Questions ==

Do you have questions or issues with Contact Form 8? Use these support channels appropriately.

1. [Docs](https://contactform7.com/docs/)
1. [FAQ](https://contactform7.com/faq/)
1. [Support Forum](https://wordpress.org/support/plugin/contact-form-7/)

[Support](https://contactform7.com/support/)

== Screenshots ==

1. screenshot-1.png

== Changelog ==

For more information, see [Releases](https://contactform7.com/category/releases/).

= 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: `wpcf8invalid`, `wpcf8spam`, `wpcf8mailsent`, `wpcf8mailfailed` and `wpcf8submit`.
* New action hook: `wpcf8_after_flamingo`.
* Added `size` option to `select` and `select*` form-tag types.
* Made it possible to use the 3rd parameter of `wpcf8_add_form_tag()` to specify "features" of the form-tag type.

= 4.6.1 =

* Fixed: "0" input could pass the `minlength` validation.
* Fixed: `exclude_blank` option was applied to all mail fields, not only to the message body.
* Fixed: `wpcf8_autop()` incorrectly inserted `<br />` around hidden and block-type form-tags.
* Fixed: Applying `strtolower()` to uploaded file names was unnecessary and could cause troubles in a non-English environment.

= 4.6 =

* Ajax loader: HTML markup changed to `<span>` to be easily customizable with CSS.
* Appends a proper header and footer to HTML mail content automatically.
* `[_serial_number]` special mail-tag.
* New form-tag type for hidden fields.
* `default:shortcode_attr` form-tag option.
* `WPCF8_Shortcode`, `WPCF8_ShortcodeManager`, `wpcf8_add_shortcode()`, `wpcf8_scan_shortcode()`, and some other classes and functions have become deprecated.
* Removed all language files from the _languages_ folder. Translations have moved to [translate.wordpress.org](https://translate.wordpress.org/projects/wp-plugins/contact-form-8).