/html-forms

HTML Forms for WordPress. Not just another forms plugin.

Primary LanguagePHPGNU General Public License v2.0GPL-2.0

HTML Forms

PHP status ESLint status Active installs Downloads Rating License: GPLv3

HTML Forms allows you to add multi-purpose forms to your WordPress site. Your form fields can be defined using regular HTML5 code while the plugin takes care of submitting the form & processing the request.

For more information, please refer to the HTML Forms website, the HTML Forms plugin page on WordPress.org or the HTML Forms knowledge base.

Installation

Here's a guide on how to install the plugin in your WordPress site. If you want to run the latest development version, you have two options:

To run the latest development version of the plugin, take the following steps.

First, clone the repository using Git in your /wp-content/plugins/ directory

git clone git@github.com:ibericode/html-forms.git

Create the autoloader using Composer.

composer install

Install client-side dependencies using NPM

npm install

Build the plugin assets by issuing the following command:

npx gulp

Support

If you need help with the plugin, please check out the HTML Forms knowledge base first.

Contributing

When contributing code to HTML Forms that is not simply fixing a bug, please first discuss the change before spending too much time on it.

License

GPLv2