Add coutry in the form

This commit is contained in:
Michael RICOIS 2013-11-15 13:26:54 +00:00
parent 9ddbccfb98
commit db850083af

View File

@ -64,6 +64,13 @@ class Application_Form_Command extends Zend_Form
'required' => true,
)
);
$this->addElement('text', 'pays', array(
'filters' => array('StringTrim'),
'label' => 'Pays',
'Description' => '',
'required' => true,
)
);
$this->addElement('text', 'tel', array(
'filters' => array('StringTrim'),
'label' => 'Téléphone',