',
'label'=> $label('Адрес объекта'), // Адрес объекта оценки
'inputs' => array(
'#type'=> 'textarea',
'#required'=> true,
'#inputs_style' => 'float:none; width:90%',
),
);
$form['cadNum'] = array(
'label'=> $label('Кадастровый номер объекта'),
'inputs' => array(
'#type'=> 'text',
'#inputs_style' => 'float:none; width:90%',
),
);
$form['latitude'] = array(
'#prefix' => '
',
'label'=> $label('Широта'),
'inputs' => array(
'#type'=> 'text',
'#required'=> true,
'#inputs_style' => 'float:none; width:90%',
),
'#suffix' => '
',
);
$form['longitude'] = array(
'#prefix' => '
',
'label'=> $label('Долгота'),
'inputs' => array(
'#type'=> 'text',
'#required'=> true,
'#inputs_style' => 'float:none; width:90%',
),
'#suffix' => '
',
);
$form['floor'] = array(
'#prefix' => '
',
'label'=> $label('Этаж'),
'inputs' => array(
'#type'=> 'text',
'#required'=> true,
'#inputs_style' => 'float:none; width:90%',
),
'#suffix' => '
',
);
$form['totalFloors'] = array(
'#prefix' => '
',
'label'=> $label('Количество этажей в доме'),
'inputs' => array(
'#type'=> 'text',
'#required'=> true,
'#inputs_style' => 'float:none; width:90%',
),
'#suffix' => '
',
);
$form['square'] = array(
'#prefix' => '
',
'label'=> $label('Площадь объекта'),
'inputs' => array(
'#type'=> 'text',
'#required'=> true,
'#inputs_style' => 'float:none; width:90%',
),
'#suffix' => '
',
);
$form['buildYear'] = array(
'#prefix' => '
',
'label'=> $label('Год постройки дома'),
'inputs' => array(
'#type'=> 'text',
'#required'=> true,
'#inputs_style' => 'float:none; width:90%',
),
'#suffix' => '
',
'label'=> $label('Стадия строительства'),
'inputs' => array(
'#type'=> 'select',
'#required'=> true,
'#options' => WebAppRaiserAPI::getDict('BUILDING_STAGE'),
'#inputs_style' => 'float:none; width:90%',
),
);
$form['decorationType'] = array(
'label'=> $label('Состояние отделки помещения'),
'inputs' => array(
'#type'=> 'select',
'#required'=> true,
'#options' => WebAppRaiserAPI::getDict('DECORATION_TYPE'),
'#inputs_style' => 'float:none; width:90%',
),
);
$form['wallMaterial'] = array(
'label'=> $label('Материал стен дома'),
'inputs' => array(
'#type'=> 'select',
'#required'=> true,
'#options' => WebAppRaiserAPI::getDict('WALL_MATERIAL'),
'#inputs_style' => 'float:none; width:90%',
),
);
$form['contractCost'] = array(
'label'=> $label('Стоимость в договоре'), // Стоимость объекта при покупке
'inputs' => array(
'#type'=> 'text',
'#required'=> false,
'#inputs_style' => 'float:none; width:90%',
),
'#suffix' => '