PluginProbe
HTML Forms – Simple WordPress Forms Plugin / 1.0.1
HTML Forms – Simple WordPress Forms Plugin v1.0.1
1.7.0 trunk 1.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.1 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.2.0 1.3.0 1.3.1 1.3.10 1.3.11 1.3.12 1.3.13 1.3.14 1.3.15 1.3.16 All 67 releases
html-forms / readme.txt

readme.txt in HTML Forms – Simple WordPress Forms Plugin 1.0.1, at readme.txt

128 lines 6.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 === HTML Forms ===
2 Contributors: Ibericode, DvanKooten, hchouhan, lapzor
3 Donate link: https://htmlforms.io/#utm_source=wp-plugin-repo&utm_medium=html-forms&utm_campaign=donate-link
4 Tags: form, contact form, email, contact, contact form 7
5 Requires at least: 4.5
6 Tested up to: 4.8.2
7 Stable tag: 1.0.1
8 License: GPLv2 or later
9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
10 Requires PHP: 5.3
11
12 Not just another contact form plugin.
13
14 == Description ==
15
16 With [HTML Forms](https://htmlforms.io/#utm_source=wp-plugin-repo&utm_medium=html-forms&utm_campaign=plugin-description), you can easily add multi-purpose forms to your WordPress site.
17
18 The idea behind HTML Forms is different than most other form builder plugins. **You manage the form HTML. The plugin manages the PHP and JavaScript**.
19
20 That's right. No intuitive drag & drop interface but full control over the form HTML. No limitations.
21
22 We believe that dynamic form builders can be great, but they also severely limit your options. Also, they're slow.
23
24 HTML Forms aims to be simpler, faster and smarter.
25
26 You define your form fields in HTML and the plugin takes care of submitting the form, saving the form submission and running a configurable set of form actions.
27
28 > ### 1. Define your form fields
29 > You can use anything that resembles valid HTML. Ensure all `input` elements in your form have a `name` attribute to save data entered in that field.
30 > ### 2. Configure your form actions
31 > By default, form submissions are automatically saved for you. You can configure several other actions to run when a form is submitted, like sending an email notification or subscribing to MailChimp.
32 > ### 3. Show the form somewhere on your site
33 > You can show your form by using the `[hf_form]` shortcode in your WordPress posts, pages or widget areas.
34
35 ## HTML Forms features
36
37 - Full control over the form HTML. If you want, we'll help you in generating the field HTML though.
38 - Each form submission is automatically saved in your database and can be viewed in a simple table format.
39 - Configure an unlimited amount of actions to run when a form is successfully submitted. For example, sending out email notifications.
40 - Access form field values by referencing the field name, eg `[NAME]` or `[EMAIL]`.
41 - Hide form or redirect to URL after a successful submission.
42 - Configurable & translatable form messages.
43 - Field validation.
44 - Developer friendly. HTML Forms comes with a myriad of JavaScript events and WordPress hooks that allow you to modify or extend the plugin's default behavior.
45
46 ## Who is this for?
47
48 HTML Forms is for everyone that wants a flexible & high performing form solution.
49
50 - Users. Managing your own site? With HTML Forms, you don't need any technical knowledge to setup a contact form.
51 - Developers. Building a site for your client? You supply the form HTML, HTML Forms takes care of validating and processing the form.
52 - Theme developers. Shipping a theme? HTML Forms allows for complete blend-in with your theme, and you don't have to write yet another contact form plugin.
53
54 With HTML Forms you can create any type of form. Contact forms, registration forms, price quote forms, you name it. It's somewhat similar to Contact Form 7, but without yet another template language for you to learn.
55
56 For more information, please refer to [htmlforms.io](https://htmlforms.io/#utm_source=wp-plugin-repo&utm_medium=html-forms&utm_campaign=plugin-description).
57
58 #### Support
59
60 Use the [WordPress.org plugin forums](https://wordpress.org/support/plugin/html-forms) for community support where we try to help all of our users. If you found a bug, please create an issue on Github where we can act upon them more efficiently.
61
62 The [HTML Forms knowledge base](https://kb.htmlforms.io/#utm_source=wp-plugin-repo&utm_medium=html-forms&utm_campaign=plugin-description) covers a wide range of frequently asked questions and is updated on a regular basis.
63
64 #### Development
65
66 HTML Forms is being developed on GitHub. If you want to collaborate, please look at [ibericode/html-forms](https://github.com/ibericode/html-forms).
67
68
69 == Installation ==
70
71 1. In your WordPress admin panel, go to *Plugins > New Plugin*, search for **HTML Forms** and click "*Install now*"
72 1. Alternatively, download the plugin and upload the contents of `html-forms.zip` to your plugins directory, which usually is `/wp-content/plugins/`.
73 1. Activate the plugin
74
75 For more information, please refer to the [HTML Forms Knowledge Base](https://kb.htmlforms.io/#utm_source=wp-plugin-repo&utm_medium=html-forms&utm_campaign=installation-instructions).
76
77 == Frequently Asked Questions ==
78
79 #### Where can I find help?
80 Start by going through the [HTML Forms knowledge base](https://kb.htmlforms.io/#utm_source=wp-plugin-repo&utm_medium=html-forms&utm_campaign=plugin-faq) where we cover a wide range of frequently asked questions.
81
82 #### How to display a form in posts or pages?
83 Use the `[hf_form]` shortcode.
84
85 #### How to display a form in widget areas like the sidebar or footer?
86 Go to **Appearance > Widgets**, add the "Text Widget" to any of your widget areas and use the `[hf_form]` shortcode.
87
88 #### How do I show a form in a pop-up?
89
90 We recommend the [Boxzilla pop-up plugin](https://wordpress.org/plugins/boxzilla/) for this. You can use the `[hf_form]` shortcode in your pop-up box to render any of your forms.
91
92 #### Can I send an email when the form is submitted?
93
94 Yes! You can configure this by opening up the "Actions" tab when editing your form and clicking the "Email" button under "Available actions".
95
96
97 == Screenshots ==
98
99 1. Overview of forms in HTML Forms.
100 2. Editing form fields.
101 3. Sending an email when a form is submitted.
102 4. Viewing saved form submissions.
103 5. Hide form or redirect to URL after form submission.
104 6. Configurable form messages.
105
106 == Changelog ==
107
108
109 ##### 1.0.1 - October 28, 2017
110
111 **Improvements**
112 - Added SVG admin menu icon.
113 - Field names are now sanitized before they are saved in the database.
114 - Submit button was missing for default form fields.
115 - Unneeded `<form>` tags are now stripped from the form before saving.
116
117 **Additions**
118 - Added `data-title` and `data-slug` attributes to the `<form>` element on the frontend.
119
120
121 ##### 1.0 - October 25, 2017
122
123 Introducing a first version of HTML Forms, a different approach to forms for WordPress sites.
124
125
126
127 == Upgrade Notice ==
128