diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php
index 24304aed904..43201c2e6c7 100644
--- a/htdocs/core/class/html.form.class.php
+++ b/htdocs/core/class/html.form.class.php
@@ -3173,6 +3173,11 @@ class Form
$more.='
';
$more.=$this->select_date($input['value'],$input['name'],0,0,0,'',1,0,1);
$more.=' | '."\n";
+ $formquestion[] = array('name'=>$input['name'].'day');
+ $formquestion[] = array('name'=>$input['name'].'month');
+ $formquestion[] = array('name'=>$input['name'].'year');
+ $formquestion[] = array('name'=>$input['name'].'hour');
+ $formquestion[] = array('name'=>$input['name'].'min');
}
else if ($input['type'] == 'other')
{