Example #1
0
        ?>
		</tr>
	<?php 
    }
    ?>

	<?php 
    foreach ($this->customfields as $custfield) {
        ?>
		<tr>
			<th><?php 
        echo $custfield['description'];
        ?>
&nbsp;</th>
			<td><?php 
        echo FSTCF::FieldInput($custfield, $this->errors, 'comments');
        ?>
</td>
		</tr>
	<?php 
    }
    ?>

	<?php 
    if ($this->errors['body']) {
        ?>
<tr><td></td><td class='fst_must_have_field'><?php 
        echo $this->errors['body'];
        ?>
</td></tr><?php 
    }