Commit d3f1f4cb by Frédéric

Update BoltFormExtendedExtension.php

parent 27eab64e
......@@ -30,7 +30,8 @@ class BoltFormExtendedExtension extends SimpleExtension
if($event->getFormName() === 'contact') {
$formData = $event->getData();
dump($formData);
die();
$formData['identifiant'] = 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