Для ИС
<?php
if ($GLOBALS['INFSYS_result']['item'] != false)
{
$InformationSystem = new InformationSystem();
$information_items_id = to_int($GLOBALS['INFSYS_result']['item']);
$row = $InformationSystem->GetInformationSystemItem($information_items_id);
$information_items_name = $row['information_items_name'];
}
?>
Далее в своей форме здесь же используете полученные значения названий.