'input', 'options' => array( 'nom' => 'nom', 'label' => 'Votre Nom', 'obligatoire' => 'oui', //'fonction' => 'ma_super_fonction' ) ], [ 'saisie' => 'input', 'options' => array( 'nom' => 'email', 'label' => 'Votre Email', 'obligatoire' => 'oui', ) ] ];