$this->getSelectItem(getYesNoOptions(), 'gwpm_sevvai_dosham');
?>
				</td>
			</tr>
			<tr>
				<td valign="top">Caste:</td>
				<td valign="top"><input name="gwpm_caste" id="gwpm_caste" /></td>
			</tr>
			<tr>
				<td valign="top">Religion:</td>
				<td valign="top"><input name="gwpm_religion" id="gwpm_religion" /></td>
			</tr>
			<tr>
				<td valign="top">Education:</td>
				<td valign="top"><?php 
$this->getSelectItem(getQualificationOptions(), 'gwpm_education[qualification]');
?>
</td>
			</tr>
			<tr>
				<td valign="top">Employment:</td>
				<td valign="top"><?php 
$this->getSelectItem(getEmploymentStatusOptions(), 'gwpm_education[status]');
?>
</td>
			</tr>
			<?php 
$totalDynamicFields = $modelObj['gwpm_dynamic_field_count'];
$dyna_field_item = $modelObj['dyna_field_item'];
if ($dyna_field_item != null && sizeof($dyna_field_item) > 0) {
    $keys = array_keys($dyna_field_item);
						</td>
			      		</tr>
				</tbody>
			</table>
		</div>
		<h3>
			<a href="#">Education & Work Information</a>
		</h3>
		<div>
			<table class='gwpm-table'>
				<tbody>
					<tr>
						<td valign="top">Qualification:</td>
						<td valign="top">
							<?php 
$this->getSelectItem(getQualificationOptions(), 'gwpm_education[qualification]', $modelObj->gwpm_education['qualification']);
?>
							<span class="gwpm-mandatory">*</span><br />
							<input class="gwpm_hidden_fields" name="gwpm_education[qualification_other]" id="gwpm_education_other"
								value="<?php 
if (isset($modelObj->gwpm_education['qualification_other'])) {
    gwpm_echo($modelObj->gwpm_education['qualification_other']);
} else {
    echo "none";
}
?>
" />
						</td>
					</tr>
					<tr>
						<td valign="top">Specialization / Major:</td>
	       			<?php 
gwpm_echo($modelObj->gwpm_religion);
?>
 
				</td>
      		</tr>
      		<tr>
				<td colspan="2">  
					<h3> Education & Work Information </h3>
				</td>
			</tr>
			<tr>
				<td valign="top">Qualification:</td>
				<td valign="top">
					<?php 
gwpm_echo(getQualificationOptions($modelObj->gwpm_education['qualification']));
if (isset($modelObj->gwpm_education['qualification_other']) && $modelObj->gwpm_education['qualification_other'] != 'none') {
    gwpm_echo(' (' . $modelObj->gwpm_education['qualification_other'] . ')');
}
?>
				</td>
			</tr>
			<tr>
				<td valign="top">Specialization:</td>
				<td valign="top"> <?php 
gwpm_echo($modelObj->gwpm_education['specialization']);
?>
</td>
			</tr>
			<tr>
				<td valign="top">Employement Status:</td>