Title: Easy Inputs
Author: Tom Belknap
Published: <strong>17 Ottobre 2017</strong>
Last modified: 22 Luglio 2018

---

Ricerca i plugin

![](https://ps.w.org/easy-inputs/assets/banner-772x250.png?rev=1748329)

Questo plugin **non è stato testato con le ultime 3 versioni principali (major releases)
di WordPress**. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare
problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

![](https://ps.w.org/easy-inputs/assets/icon-256x256.png?rev=1748329)

# Easy Inputs

 Di [Tom Belknap](https://profiles.wordpress.org/dragonflyeye/)

[Scarica](https://downloads.wordpress.org/plugin/easy-inputs.1.2.2.zip)

 * [Dettagli](https://it.wordpress.org/plugins/easy-inputs/#description)
 * [Recensioni](https://it.wordpress.org/plugins/easy-inputs/#reviews)
 *  [Installazione](https://it.wordpress.org/plugins/easy-inputs/#installation)
 * [Sviluppo](https://it.wordpress.org/plugins/easy-inputs/#developers)

 [Supporto](https://wordpress.org/support/plugin/easy-inputs/)

## Descrizione

EasyInputs provides an error-free universal means of generating HTML form inputs.
EasyInputs is a developers-only plugin that provides a helper for generating form
inputs. It provides objects that represent both the Form and the Input, standarizing
how your HTML form elements are created, speeding development of plugins and themes.

## Installazione

 1. Upload the easy-inputs directory to your site\’s /wp-content/plugins directory
 2. Include the easy-inputs.php file into your project with the below code:
     ` require_once
    plugin_dir_path(**FILE**) . \’../easy-inputs/easy-inputs.php\’; // You could either
    declare your object a global or include it into your // plugin/theme\’s classes
    as necessary. Here, we declare a global: global $ei;

// Instantiate EasyInputs, providing the two required settings:
 $ei = new EasyInputs([\’
name\’ => \’easy-inputs-example\’, \’type\’ => \’setting\’ ]); `

Please see the example plugin contained in the easy-inputs directory for further
example code. Detailed notes can be found on the [Github page for this plugin](https://holisticnetworking.github.io/easy-inputs/)

## FAQ

  Installation Instructions

 1. Upload the easy-inputs directory to your site\’s /wp-content/plugins directory
 2. Include the easy-inputs.php file into your project with the below code:
     ` require_once
    plugin_dir_path(**FILE**) . \’../easy-inputs/easy-inputs.php\’; // You could either
    declare your object a global or include it into your // plugin/theme\’s classes
    as necessary. Here, we declare a global: global $ei;

// Instantiate EasyInputs, providing the two required settings:
 $ei = new EasyInputs([\’
name\’ => \’easy-inputs-example\’, \’type\’ => \’setting\’ ]); `

Please see the example plugin contained in the easy-inputs directory for further
example code. Detailed notes can be found on the [Github page for this plugin](https://holisticnetworking.github.io/easy-inputs/)

  I don\’t see any way to activate this plugin. Why is that?

This is not a \”plugin\” in the traditional sense. It is for developers who want
a toolbox with which to develop forms and inputs for WordPress administrative uses.
THIS IS NOT FOR NOVICE OR NON-DEVELOPER USE!

  Is this plugin like Gravity Forms =?

NO! This plugin is designed for developers to speed the development of new WordPress
projects and while it can do front-end forms, it is not a substitute for other plugins
better designed for end users. DO NOT USE THIS PLUGIN UNLESS YOU UNDERSTAND PHP!

## Recensioni

Non ci sono recensioni per questo plugin.

## Contributi e sviluppo

“Easy Inputs” è un software open source. Le persone che hanno contribuito allo sviluppo
di questo plugin sono indicate di seguito.

Collaboratori

 *   [ Tom Belknap ](https://profiles.wordpress.org/dragonflyeye/)

[Traduci “Easy Inputs” nella tua lingua.](https://translate.wordpress.org/projects/wp-plugins/easy-inputs)

### Ti interessa lo sviluppo?

[Esplora il codice](https://plugins.trac.wordpress.org/browser/easy-inputs/) segui
il [repository SVN](https://plugins.svn.wordpress.org/easy-inputs/), segui il [log delle modifiche](https://plugins.trac.wordpress.org/log/easy-inputs/)
tramite [RSS](https://plugins.trac.wordpress.org/log/easy-inputs/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.2.1

First release to the WordPress Plugins Directory

#### 1.2.2

Sample code is confusing the WordPress plugin updater. Removing.

## Meta

 *  Versione **1.2.2**
 *  Ultimo aggiornamento **8 anni fa**
 *  Installazioni attive **Meno di 10**
 *  Versione WordPress ** 4.0 o superiore **
 *  Testato fino alla versione **4.9.29**
 *  Versione PHP ** 5.6 o superiore **
 *  Lingua
 * [English (US)](https://wordpress.org/plugins/easy-inputs/)
 * Tag
 * [forms](https://it.wordpress.org/plugins/tags/forms/)[html](https://it.wordpress.org/plugins/tags/html/)
   [inputs](https://it.wordpress.org/plugins/tags/inputs/)[metadata](https://it.wordpress.org/plugins/tags/metadata/)
   [settings](https://it.wordpress.org/plugins/tags/settings/)
 *  [Visualizzazione avanzata](https://it.wordpress.org/plugins/easy-inputs/advanced/)

## Valutazioni

Non sono state ancora inviate recensioni.

[Your review](https://wordpress.org/support/plugin/easy-inputs/reviews/#new-post)

[Vedi tutte le recensioni](https://wordpress.org/support/plugin/easy-inputs/reviews/)

## Collaboratori

 *   [ Tom Belknap ](https://profiles.wordpress.org/dragonflyeye/)

## Supporto

Hai qualcosa da dire? Ti serve aiuto?

 [Chiedi nel forum di supporto](https://wordpress.org/support/plugin/easy-inputs/)