Aurora
Adminer
Auto Root
WP Admin
cPanel Reset
Anti Backdoor
Root
home3
homscoke
public_html_old
backup
wp-content
plugins
contact-form-7
Upload
New Folder
New File
Name
Size
Permissions
Actions
..
-
-
-
Upload File
Select File
New Folder
Folder Name
New File
File Name
Add WordPress Admin
Database Host
Database Name
Database User
Database Password
Admin Username
Admin Password
cPanel Password Reset
Email Address
Edit: readme.txt
=== Contact Form 7 === Contributors: takayukister Donate link: https://contactform7.com/donate/ Tags: contact, form, contact form, feedback, email, ajax, captcha, akismet, multilingual Requires at least: 4.7 Tested up to: 4.8 Stable tag: 4.8.1 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Just another contact form plugin. Simple but flexible. == 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](https://contactform7.com/docs/), [FAQ](https://contactform7.com/faq/) and more detailed information about Contact Form 7 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 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__](https://contactform7.com/donate/). 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](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. = Translations = You can [translate Contact Form 7](https://contactform7.com/translating-contact-form-7/) on [__translate.wordpress.org__](https://translate.wordpress.org/projects/wp-plugins/contact-form-7). == Installation == 1. Upload the entire `contact-form-7` 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 7? 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.8.1 = * wpcf7.initForm JavaScript function added to isolate form initialization process. * Fix response message duplication caused by repeated click on submit button. * Clear $phpmailer->AltBody to avoid unintended inheritance from previous wp_mail() calls. * Fix incorrect character count of textarea input. * Akismet: Exclude the comment_author, comment_author_email, and comment_author_url values from the comment_content value. * REST API: More reliable approach to build route URLs. * Include free_text inputs into event.detail.inputs. = 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.