Commit 9cd2e928 by Frédéric

Update BoltFormExtendedExtension.php

parent d3f1f4cb
......@@ -30,7 +30,7 @@ class BoltFormExtendedExtension extends SimpleExtension
if($event->getFormName() === 'contact') {
$formData = $event->getData();
dump($formData);
$formData['identifiant'] = uniqid();
$formData['ident'] = uniqid();
$event->setData($formData);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment