=== WP Libre Form === Contributors: Zuige, k1sul1, sippis Tags: Contact, Form, Lead, Collector, HTML, Builder Donate link: https://github.com/anttiviljami Requires at least: 4.2 Tested up to: 4.8.2 Stable tag: 1.4.3 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html == Description == Use standard HTML5 markup to create fully functional forms for WordPress **Features** - Uses only HTML5 syntax to build forms. No GUIs, shortcodes, **no bullshit** - Works with any valid HTML form. Just copy any form from any website and it will work. **It's magic!** - Submissions are saved as custom post type posts. Form values are saved as custom fields. - Validates required fields tagged with the native HTML5 `required` attribute. - **It's hackable.** Add your own validation or automation with hooks and APIs. - Email notifications of received form submissions - Full file upload support to Media Library with input type=file - Multilingual support with Polylang **Why?** Modern HTML markup is already a great way to build forms. With Libre Form, there's no need to learn clunky form builders that are hard to customise. Just use standard HTML inputs to build, or copy a form to your WordPress site that will just magically work. No need to touch PHP code if you don't want to. Required field validation, email notifications, file uploads to WP gallery and lots more are included by default in the core of the plugin but you can also add your own functionality with hooks and APIs provided by Libre Form. **Contributing** Please contribute to this project on Github. Pull requests welcome! https://github.com/anttiviljami/wp-libre-form == Installation == 1. Upload plugin to the `/wp-content/plugins/` directory. 2. Activate the plugin through the "Plugins" menu in WordPress. 3. Installation done! == Frequently Asked Questions == None yet. == Screenshots == 1. Editing a Form 2. Form displayed in the default Twentysixteen theme 3. Submissions view 4. Single submission view == Changelog == Commit log is available at https://github.com/anttiviljami/wp-libre-form/commits/master == Upgrade Notice == * 1.0 There's an update available to WP Libre Form that makes it better. Please update it!