This commit is contained in:
Christophe 2024-03-29 10:39:51 +01:00
parent 42b0e55690
commit f78e914195

View file

@ -7,22 +7,22 @@ function inc_gamucontact_dist(){
$saisies = [ $saisies = [
[ [
'saisie' => 'input', 'saisie' => 'input',
'options' => array( 'options' => [
'nom' => 'nom', 'nom' => 'nom',
'label' => '<:gamucontact:votre_nom:>', 'label' => '<:gamucontact:votre_nom:>',
'obligatoire' => 'oui', 'obligatoire' => 'oui',
'class' => 'w100', 'class' => 'w100',
//'fonction' => 'ma_super_fonction' //'fonction' => 'ma_super_fonction'
) ]
], ],
[ [
'saisie' => 'input', 'saisie' => 'input',
'options' => array( 'options' => [
'nom' => 'email_contact', 'nom' => 'email_contact',
'label' => '<:gamucontact:votre_email:>', 'label' => '<:gamucontact:votre_email:>',
'class' => 'w100', 'class' => 'w100',
'obligatoire' => 'oui', 'obligatoire' => 'oui',
) ]
], ],
]; ];