HTML Forms
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 [email protected]:ibericode/html-forms.git
Create the autoloader using Composer.
composer install
Install client-side dependencies using NPM
npm install
Build the plugin assets (JS, CSS, ..) by issuing the following command:
npm run build
Support
If you need help with the plugin, please check out the HTML Forms knowledge base first.
- For questions, use the WordPress.org plugin support forums.
- For bugs, create a new GitHub issue.
- For example code snippets, check out the HTML Forms code snippets directory repository.
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
GPLv3 or later