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 = [
[
'saisie' => 'input',
'options' => array(
'options' => [
'nom' => 'nom',
'label' => '<:gamucontact:votre_nom:>',
'obligatoire' => 'oui',
'class' => 'w100',
//'fonction' => 'ma_super_fonction'
)
]
],
[
'saisie' => 'input',
'options' => array(
'options' => [
'nom' => 'email_contact',
'label' => '<:gamucontact:votre_email:>',
'class' => 'w100',
'obligatoire' => 'oui',
)
]
],
];