Skip to content

Commit 667a048

Browse files
author
Antti Kuosmanen
committed
Update README header text
1 parent 429674e commit 667a048

2 files changed

Lines changed: 41 additions & 20 deletions

File tree

README.md

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,29 @@
33

44
Use standard HTML5 markup to create fully functional forms for WordPress
55

6-
Features:
6+
## Features
7+
78
- Uses only HTML5 syntax to build forms. No GUIs, shortcodes, **no bullshit**
89
- Works with any valid HTML form. Just copy any form from any website and it will work. **It's magic!**
9-
- Submits and validates forms via AJAX
10-
- Automatically detects and captures fields in any HTML form. Form values are saved as standard custom fields
11-
- Validates required fields automatically using the native HTML5 `required` attribute
12-
- **It's pluggable.** Add your own validation or automation with filters and action hooks.
13-
- Option to send a copy of submitted forms via email
14-
- Preview your forms
15-
- Full file upload support with input type=file
16-
- Multilingual form support with Polylang
10+
- Submissions are saved as custom post type posts. Form values are saved as custom fields.
11+
- Validates required fields tagged with the native HTML5 `required` attribute.
12+
- **It's hackable.** Add your own functionality with hooks and APIs.
13+
- Email notifications of received form submissions
14+
- Full file upload support to Media Library with input type=file
15+
- Multilingual support with Polylang
16+
17+
## Why?
18+
19+
Modern HTML markup is already a great way to build forms. With Libre Form,
20+
there's no need to learn clunky form builders that are hard to customise.
21+
22+
Just use standard HTML inputs to build, or copy a form to your WordPress site
23+
that will just magically work. No need to touch PHP code if you don't want to.
24+
25+
Required field validation, email notifications, file uploads to WP gallery and
26+
lots more are included by default in the core of the plugin, but you can also
27+
add your own functionality with [hooks and APIs](#filter--action-api) provided
28+
by Libre Form.
1729

1830
## Screenshots
1931

readme.txt

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)