'input', 'options' => array( 'nom' => 'nom', 'label' => 'Votre Nom', 'obligatoire' => 'oui', //'fonction' => 'ma_super_fonction' //'modifier' => 'ma_super_fonction_pour_modifier' ) ], [ 'saisie' => 'input', 'options' => array( 'nom' => 'bio', 'label' => 'Votre BIO', 'obligatoire' => 'oui', //'fonction' => 'ma_super_fonction' ) ], [ 'saisie' => 'input', 'options' => array( 'nom' => 'nom_site', 'label' => 'Votre site perso', ) ] ];