forked from michelegiorgi/formality
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
156 lines (107 loc) · 4.4 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
=== Formality ===
Contributors: michelegiorgi
Donate link: https://www.paypal.me/michelegiorgi/
Tags: form, conversational, multistep, design form, gutenberg, block editor
Requires at least: 5.6
Tested up to: 5.7
Stable tag: 1.3
Requires PHP: 7.0
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.txt
Forms made simple (and cute). Designless, multistep, conversational, secure, all-in-one WordPress forms plugin.
== Description ==
Formality is an all-in-one WordPress form plugin that puts design and user experience first. Each form is characterized by an **essential interface** and a **modern layout** that follows the most recent UX patterns. No frills, no superfluous or overly characterized elements. No matter what theme you are using... with a few simple options you can quickly customize your forms and align them to your website design.
= Why choose Formality =
Formality is not the best nor the most complete form plugin. Formality does few things but it does them well and it continues to improve every day.
* **Designless** - Smart layout with simple UI and common UX patterns
* **Conversational** - Distraction-free form experience
* **Multistep** - Group your questions in multistep form
* **Simple editor** - Gutenberg-based form builder
* **Smooth** - Async data submit with WP REST API
* **Security** - Prevent spam with built-in token authentication
* **Logic condition** - Show/hide fields based on user answers
* **Collect data** - Simple interface to manage all your form results
Explore our [brand new website](https://formality.dev) for some awesome form examples that you can create with Formality.
= Documentation/support =
We are working on the full documentation which will be available soon...
In the meantime, you can request support or report a bug on the [Support page](https://wordpress.org/support/plugin/formality), or write us an email for any information.
= Dev Hooks =
You can extend Formality plugin functionality with its custom hooks. Formality has Filters, Actions and DOM Events for developers. You can find a wip reference page to start with, on this [Gist](https://gist.github.com/michelegiorgi/56fe4489b922cf2af4704b79d4f56bb6).
= Translations =
Formality is now available in 3 languages. You can now choose between English, Italian and Indonesian (Thanks to [Kharis Sulistiyono](https://profiles.wordpress.org/kharisblank/)). You can help translating Formality to your language on [translate.wordpress.org](https://translate.wordpress.org/projects/wp-plugins/formality)
== Installation ==
1. Upload the entire `formality` folder to the `/wp-content/plugins/` directory.
1. Activate the plugin through the **Plugins** screen (**Plugins > Installed Plugins**).
You will find **Formality** menu in your WordPress admin screen.
== Screenshots ==
1. Editor - General options
2. Editor - Single field options
3. Editor - Templates
4. Editor - Customization
5. Admin - Forms archive
6. Admin - Results archive
== Changelog ==
= 1.3 =
Release Date: April 5th, 2021
* New upload field
* Minor UI changes
* Various fixes
= 1.2.3 =
Release Date: February 21th, 2021
* Gutenberg 10+ compatibility
* Fix typo
= 1.2.2 =
Release Date: January 23th, 2021
* Gutenberg 9.8+ compatibility
* WordPress 5.7 Alpha compatibility
= 1.2.1 =
Release Date: January 10th, 2021
* Minor UI changes
* Update language files
* Dynamic background fixes
= 1.2 =
Release Date: January 10th, 2021
* Dynamic background
* Conditional assets loading
* PHP 8.0 compatibility
= 1.1.1 =
Release Date: December 29th, 2020
* Fix filled input state bug
* Minor UI changes
= 1.1 =
Release Date: December 28th, 2020
* Add Dev Hooks (Actions/Filters)
* Add JS DOM events
* Minor fixes
= 1.0.7 =
Release Date: December 12th, 2020
* New website online
* Minor UI fixes
* Add GitHub public repository
* Remove non-minified source assets
= 1.0.6 =
Release Date: November 29th, 2020
* Minor UI fixes
= 1.0.5 =
Release Date: November 28th, 2020
* WordPress 5.6 compatibility
* Minor UI fixes
= 1.0.4 =
Release Date: October 1st, 2020
* Minor UI fixes
* Prevent notices/warnings on generate templates action
= 1.0.3 =
Release Date: September 30th, 2020
* Embed rating icons
= 1.0.2 =
Release Date: September 12th, 2020
* Hide mobile nav scrollbar
* Various minor fixes
= 1.0.1 =
Release Date: August 29th, 2020
* Prevent 3rd party style override
* Fix it_IT language
* Fix sidebar embed width
= 1.0.0 =
Release Date: August 28th, 2020
* First version