</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); foreach ($keys as $vkey) { ?> <tr> <td valign="top"><?php echo $dyna_field_item[$vkey]['label']; ?> :</td>
</td> </tr> <tr> <td valign="top">Specialization / Major:</td> <td valign="top"><input name="gwpm_education[specialization]" id="gwpm_education[specialization]" value="<?php gwpm_echo($modelObj->gwpm_education['specialization']); ?> " maxLength="50" /> <span class="gwpm-mandatory">*</span></td> </tr> <tr> <td valign="top">Employement Status:</td> <td valign="top"> <?php $this->getSelectItem(getEmploymentStatusOptions(), 'gwpm_education[status]', $modelObj->gwpm_education['status']); ?> <span class="gwpm-mandatory">*</span> </td> </tr> <tr> <td valign="top">Work Place Information:</td> <td valign="top"><input name="gwpm_work[place]" id="gwpm_work[place]" value="<?php gwpm_echo($modelObj->gwpm_work['place']); ?> " maxLength="30" /></td> </tr> <tr> <td valign="top">Designation:</td> <td valign="top"><input name="gwpm_work[designation]" id="gwpm_work[designation]"
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> <td valign="top"> <?php gwpm_echo(getEmploymentStatusOptions($modelObj->gwpm_education['status'])); ?> </td> </tr> <tr> <td valign="top">Work Place Information:</td> <td valign="top"> <?php gwpm_echo($modelObj->gwpm_work['place']); ?> </td> </tr> <tr> <td valign="top">Designation:</td> <td valign="top"> <?php gwpm_echo($modelObj->gwpm_work['designation']); ?>