diff --git a/formulaires/gamucontact.html b/formulaires/gamucontact.html index 7f74cba..73b5938 100644 --- a/formulaires/gamucontact.html +++ b/formulaires/gamucontact.html @@ -14,7 +14,7 @@

-
+
diff --git a/gamucontact_options.php b/gamucontact_options.php index 452b3ee..09b00c8 100644 --- a/gamucontact_options.php +++ b/gamucontact_options.php @@ -23,6 +23,7 @@ $GLOBALS['gamucontact'] = [ 'nom' => 'nom', 'label' => '<:gamucontact:votre_nom:>', 'obligatoire' => 'oui', + 'class' => 'w100', //'fonction' => 'ma_super_fonction' ) ], @@ -31,6 +32,7 @@ $GLOBALS['gamucontact'] = [ 'options' => array( 'nom' => 'email_contact', 'label' => '<:gamucontact:votre_email:>', + 'class' => 'w100', 'obligatoire' => 'oui', ) ],