diff --git a/comptespip_options.php b/comptespip_options.php index 1c3babd..802baf7 100644 --- a/comptespip_options.php +++ b/comptespip_options.php @@ -23,6 +23,15 @@ $GLOBALS['comptespip_editer'] = [ //'fonction' => 'ma_super_fonction' ) ], + [ + 'saisie' => 'input', + 'options' => array( + 'nom' => 'prenom', + 'label' => 'Votre prénom', + 'obligatoire' => 'oui', + //'fonction' => 'ma_super_fonction' + ) + ], [ 'saisie' => 'input', 'options' => array( diff --git a/content/connect.html b/content/connect.html index 0e40743..b7e29e7 100644 --- a/content/connect.html +++ b/content/connect.html @@ -17,7 +17,7 @@
- [(#FORMULAIRE_CREER_COMPTE_SPIP{})] + [(#FORMULAIRE_EDITER_COMPTE_SPIP{})]