@@ -14,17 +14,26 @@ Use standard HTML5 markup to create fully functional forms for WordPress
1414
1515**Features**
1616
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- * Full file upload support with input type=file
27- * Multilingual form support with Polylang
17+ - Uses only HTML5 syntax to build forms. No GUIs, 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+ - Submissions are saved as custom post type posts. Form values are saved as custom fields.
20+ - Validates required fields tagged with the native HTML5 `required` attribute.
21+ - **It's hackable.** Add your own validation or automation with hooks and APIs.
22+ - Email notifications of received form submissions
23+ - Full file upload support to Media Library with input type=file
24+ - Multilingual support with Polylang
25+
26+ **Why?**
27+
28+ Modern HTML markup is already a great way to build forms. With Libre Form,
29+ there's no need to learn clunky form builders that are hard to customise.
30+
31+ Just use standard HTML inputs to build, or copy a form to your WordPress site
32+ that will just magically work. No need to touch PHP code if you don't want to.
33+
34+ Required field validation, email notifications, file uploads to WP gallery and
35+ lots more are included by default in the core of the plugin but you can also
36+ add your own functionality with hooks and APIs provided by Libre Form.
2837
2938**Contributing**
3039
0 commit comments