11=== WP Libre Form ===
22Contributors: Zuige
3- Tags: Contact, Form, Lead, Collector
3+ Tags: Contact, Form, Lead, Collector, HTML, Builder
44Donate link: https://github.com/anttiviljami
55Requires at least: 4.2
66Tested up to: 4.4.2
@@ -10,7 +10,27 @@ License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010
1111== Description ==
1212
13- A better contact form builder and lead collector
13+ Use standard HTML5 markup to create fully functional forms for WordPress
14+
15+ **Features**
16+
17+ * Uses only HTML5 syntax to build forms. No GUIs, no shortcodes, no bullshit
18+ * Works with any valid HTML form. Just copy any form from any website and it will work. It's magic!
19+ * Include forms to posts/pages with a simple shortcode
20+ * Live preview your forms
21+ * Automatically detects and captures fields in any HTML form. Form values are saved as standard custom fields
22+ * It's pluggable. Add your own validation or automation with filters and action hooks.
23+ * Submit and validate forms via AJAX
24+ * Validates required fields automatically using the native HTML5 required attribute
25+ * Option to send a copy of submitted forms via email
26+
27+ **Contributing**
28+
29+ Please contribute to this project on Github
30+
31+ https://github.com/anttiviljami/wp-libre-form
32+
33+ Pull requests welcome!
1434
1535== Installation ==
1636
@@ -27,10 +47,12 @@ None yet.
27471. Editing a Form
28482. Form displayed in the default Twentysixteen theme
29493. Submissions view
50+ 4. Single submission view
3051
3152== Changelog ==
3253
3354Commit log is available at https://github.com/anttiviljami/wp-libre-form/commits/master
3455
3556== Upgrade Notice ==
3657
58+ * 1.0 There's an update available to WP Libre Form that makes it better. Please update it!
0 commit comments