| Current Path : /var/www/cesa.co.za/php/ |
| Current File : /var/www/cesa.co.za/php/sce_survey2015.php |
<?php
include( 'inc_db.php' );
$db = mysql_connect($loghost,$logid,$logpwd);
mysql_select_db($dbname,$db);
function WriteOptions($sSuffix, $arrOptions) {
foreach ($arrOptions as $key=>$value) {
echo '<INPUT TYPE="radio" NAME="ques'.$sSuffix.'" VALUE="'.$value.'"> '.$value.' ';
}
}
function WriteOptions2($sSuffix, $arrOptions) {
foreach ($arrOptions as $key=>$value) {
echo '<td align="center"><INPUT TYPE="radio" NAME="ques'.$sSuffix.'" VALUE="'.$value.'"></td>';
}
}
?>
<p align="center"><strong>School of Consulting Engineers <br>
Training Needs Analysis Survey</strong></p>
<?php
if (isset($_POST["go"]) && ($_POST["go"]==1)) {
$iRespondeeID=1;
$sDT=date("Y-m-d H:i:s");
$sql="SELECT MAX(RespondeeID) AS MaxID FROM SCESurvey";
if ($rec=mysql_query($sql)) {
if ($row=mysql_fetch_assoc($rec)) {
$iRespondeeID=intval($row["MaxID"])+1;
}
}
foreach ($_POST as $key=>$value) {
mysql_query("INSERT INTO SCESurvey (RespondeeID, DateCreated, FieldName, FieldValue) VALUES (".$iRespondeeID.", '".$sDT."', '".$key."', '".addslashes(stripslashes($value))."')");
}
?>
<p><strong><em>Thank you for responding to our feedback survey. We appreciate your time.</em></strong></p>
<?php
} else {
?>
<form method="post" action="/node/563">
<input type="hidden" name="go" value="1">
<p align="center"> The School of Consulting Engineers (SCE), under the auspices of Consulting Engineers South Africa (CESA), is in the process of doing a Training Needs Analysis/Survey, to evaluate the existing SCE courses, what training is required in the future for the industry and also determine the demand for a Certificate in Consulting Engineering (Business Management) programme. It is imperative that you as a CESA member firm give input and feedback into skills development within the industry, so that the SCE can meet your needs and make the opportunities available to achieve them.</p>
<p align="center"> We'd be grateful if you'd take the time to complete this survey and to sweeten the deal, those who complete the survey and submit, will be entered in a draw to win two free places onto any CESA course at any CESA venue across the country.</p>
<p align="center"> We'll keep your survey responses strictly confidential. The survey will remain open until midnight, Monday 29 February 2016.</p>
<p><strong>GENERAL </strong></p>
<p><strong>During the year 2015:</strong></p>
<table border="0" cellspacing="0" cellpadding="0" width="850">
<tr>
<td width="22" valign="top"><p>1. </p></td>
<td width="493" valign="top">Has your company registered any staff onto any of the SCE courses?</td>
<td width="335" valign="top"><?php WriteOptions("1", array("Often", "Seldom", "Never")); ?></td>
</tr>
<tr>
<td width="22" valign="top"><p>2.</p></td>
<td width="493" valign="top">If so, how would you rate your overall satisfaction?</td>
<td valign="top"><?php WriteOptions("2", array("Very Satisfied", "Satisfied", "Dissatisfied")); ?></td>
</tr>
<tr>
<td valign="top">3.</td>
<td valign="top">Is the SCE fulfilling the training needs of your company?</td>
<td valign="top"><?php WriteOptions("3", array("Yes", "No")); ?></td>
</tr>
<tr>
<td valign="top">4.</td>
<td colspan="2" valign="top">If No, why? <input name="ques4" type="text" id="ques4" size="80"></td>
</tr>
<tr>
<td width="22" valign="top"><p>5.</p></td>
<td width="493" valign="top">Need more management courses?</td>
<td valign="top"><?php WriteOptions("5a", array("Yes", "No")); ?></td>
</tr>
<tr>
<td width="22" valign="top"><p> </p></td>
<td width="493" valign="top"><p>Need more supervisors' courses?</p></td>
<td valign="top"><?php WriteOptions("5b", array("Yes", "No")); ?></td>
</tr>
<tr>
<td width="22" valign="top"><p> </p></td>
<td width="493" valign="top"><p>Need more administration staff courses?</p></td>
<td valign="top"><?php WriteOptions("5c", array("Yes", "No")); ?></td>
</tr>
<tr>
<td width="22" valign="top"><p> </p></td>
<td width="493" valign="top"><p>Need more technical courses?
</p></td>
<td valign="top"><?php WriteOptions("5d", array("Yes", "No")); ?></td>
</tr>
<tr>
<td valign="top"> </td>
<td colspan="2" valign="top"><p>List of Proposed Course name/s:<br>
<textarea name="ques5e" cols="60" rows="5" id="ques5e"></textarea>
</p></td>
</tr>
<tr>
<td width="22" valign="top"><p> </p></td>
<td colspan="2" valign="top"><p>Industry course/s attended elsewhere recently:<br>
<textarea name="ques5f" cols="60" rows="5" id="ques5f"></textarea>
</p></td>
</tr>
<tr>
<td valign="top">6.</td>
<td colspan="2" valign="top">Of the following courses below, which of the courses would you consider as ‘Need to have’, Nice to have’ or not required:</td>
</tr>
</table>
<br>
<table border="1" cellspacing="0" cellpadding="2" width="850">
<tr>
<td width="601"><p align="center"><strong>Courses / Workshops </strong></p></td>
<td><p align="center"><strong>Need to have</strong></p></td>
<td valign="top"><p align="center"><strong>Nice to have</strong></p></td>
<td><p align="center"><strong>Not required</strong></p></td>
</tr>
<tr>
<td width="601"><p><strong>ADMINISTRATION AND SUPPORT</strong></p></td>
<td><p> </p></td>
<td><p> </p></td>
<td><p> </p></td>
</tr>
<tr>
<td width="601"><p><strong>Key Skills for Secretaries and PA’s</strong></p></td>
<?php WriteOptions2("6a", array("Need to have", "Nice to have", "Not required")); ?>
</tr>
<tr>
<td width="601"><p><strong>Telephone and Reception Skills</strong></p></td>
<?php WriteOptions2("6b", array("Need to have", "Nice to have", "Not required")); ?>
</tr>
<tr>
<td width="601"><p><strong>BIMS AND PSIMS</strong></p></td>
<td><p align="center"><strong>Need to have</strong></p></td>
<td valign="top"><p align="center"><strong>Nice to have</strong></p></td>
<td><p align="center"><strong>Not required</strong></p></td>
</tr>
<tr>
<td width="601"><p><strong>Business Integrity Management System (BIMS) and Public Sector Integrity Management System (PSIMS)</strong></p></td>
<?php WriteOptions2("6ca", array("Need to have", "Nice to have", "Not required")); ?>
</tr>
<tr>
<td width="601"><p><strong>BUSINESS DEVELOPMENT </strong></p></td>
<td><p><strong> </strong></p></td>
<td><p><strong> </strong></p></td>
<td><p><strong> </strong></p></td>
</tr>
<tr>
<td width="601"><p><strong>Business Development (Marketing) and Strategies</strong></p></td>
<?php WriteOptions2("6d", array("Need to have", "Nice to have", "Not required")); ?>
</tr>
<tr>
<td width="601"><p><strong>Client Relationship </strong></p></td>
<?php WriteOptions2("6e", array("Need to have", "Nice to have", "Not required")); ?>
</tr>
<tr>
<td width="601"><p><strong>Marketing your Consulting Firm</strong></p></td>
<?php WriteOptions2("6f", array("Need to have", "Nice to have", "Not required")); ?>
</tr>
<tr>
<td width="601"><p><strong>CONTRACTS</strong></p></td>
<td><p><strong> </strong></p></td>
<td><p><strong> </strong></p></td>
<td><p><strong> </strong></p></td>
</tr>
<tr>
<td width="601"><p><strong>Contract Law & Advanced Contract Law</strong></p></td>
<?php WriteOptions2("6g", array("Need to have", "Nice to have", "Not required")); ?>
</tr>
<tr>
<td width="601"><p><strong>Construction Adjudication </strong></p></td>
<?php WriteOptions2("6h", array("Need to have", "Nice to have", "Not required")); ?>
</tr>
<tr>
<td width="601"><p><strong>Construction Regulation Workshop</strong></p></td>
<?php WriteOptions2("6i", array("Need to have", "Nice to have", "Not required")); ?>
</tr>
<tr>
<td width="601"><p><strong>Contract Comparisons</strong></p></td>
<?php WriteOptions2("6j", array("Need to have", "Nice to have", "Not required")); ?>
</tr>
<tr>
<td width="601"><p><strong>Contract Law</strong></p></td>
<?php WriteOptions2("6k", array("Need to have", "Nice to have", "Not required")); ?>
</tr>
<tr>
<td width="601"><p><strong>Delay, Disruption & Extension of Time </strong></p></td>
<?php WriteOptions2("6l", array("Need to have", "Nice to have", "Not required")); ?>
</tr>
<tr>
<td width="601"><p><strong>FIDIC Claims & Dispute Resolution</strong></p></td>
<?php WriteOptions2("6m", array("Need to have", "Nice to have", "Not required")); ?>
</tr>
<tr>
<td width="601"><p><strong>FIDIC 2 day workshop</strong></p></td>
<?php WriteOptions2("6n", array("Need to have", "Nice to have", "Not required")); ?>
</tr>
<tr>
<td width="601"><p><strong>JBCC</strong></p></td>
<?php WriteOptions2("6o", array("Need to have", "Nice to have", "Not required")); ?>
</tr>
<tr>
<td width="601"><p><strong>Principles of Contract Management and Administration</strong></p></td>
<?php WriteOptions2("6p", array("Need to have", "Nice to have", "Not required")); ?>
</tr>
<tr>
<td width="601"><p><strong>COMMUNICATION </strong></p></td>
<td><p> </p></td>
<td><p> </p></td>
<td><p> </p></td>
</tr>
<tr>
<td width="601"><p><strong>Executive Meeting Procedures</strong></p></td>
<?php WriteOptions2("6q", array("Need to have", "Nice to have", "Not required")); ?>
</tr>
<tr>
<td width="601"><p><strong>Technical and Business Report Writing</strong></p></td>
<?php WriteOptions2("6r", array("Need to have", "Nice to have", "Not required")); ?>
</tr>
<tr>
<td width="601"><p><strong>FINANCIAL MANAGEMENT</strong></p></td>
<td><p> </p></td>
<td><p><strong> </strong></p></td>
<td><p><strong> </strong></p></td>
</tr>
<tr>
<td width="601"><p><strong>Introduction to Accounts </strong></p></td>
<?php WriteOptions2("6s", array("Need to have", "Nice to have", "Not required")); ?>
</tr>
<tr>
<td width="601"><p><strong>Business Finances for Built-Environment Professionals</strong></p></td>
<?php WriteOptions2("6t", array("Need to have", "Nice to have", "Not required")); ?>
</tr>
<tr>
<td width="601"><p><strong>Principles of Finance </strong></p></td>
<?php WriteOptions2("6u", array("Need to have", "Nice to have", "Not required")); ?>
</tr>
<tr>
<td width="601"><br clear="all">
<p><strong>HUMAN RESOURCES DEVELOPMENT</strong></p></td>
<td><p align="center"><strong>Need to have</strong></p></td>
<td valign="top"><p align="center"><strong>Nice to have</strong></p></td>
<td><p align="center"><strong>Not required</strong></p></td>
</tr>
<tr>
<td width="601"><p><strong>Road to Registration for Candidates</strong></p></td>
<?php WriteOptions2("6v", array("Need to have", "Nice to have", "Not required")); ?>
</tr>
<tr>
<td width="601"><p><strong>Road to Registration for Mature Engineers, Technicians and Technologists</strong></p></td>
<?php WriteOptions2("6w", array("Need to have", "Nice to have", "Not required")); ?>
</tr>
<tr>
<td width="601"><p><strong>Road to Registration for Mentors, Supervisors and HR Practitioners</strong></p></td>
<?php WriteOptions2("6x", array("Need to have", "Nice to have", "Not required")); ?>
</tr>
<tr>
<td width="601"><p><strong>IT</strong></p></td>
<td><p><strong> </strong></p></td>
<td><p><strong> </strong></p></td>
<td><p><strong> </strong></p></td>
</tr>
<tr>
<td width="601"><p><strong>Microsoft - Excel</strong></p></td>
<?php WriteOptions2("6y", array("Need to have", "Nice to have", "Not required")); ?>
</tr>
<tr>
<td width="601"><p><strong>Microsoft - Excel / Advanced Excel</strong></p></td>
<?php WriteOptions2("6z", array("Need to have", "Nice to have", "Not required")); ?>
</tr>
<tr>
<td width="601"><p><strong>Microsoft - Excel / Super Excel</strong></p></td>
<?php WriteOptions2("6aa", array("Need to have", "Nice to have", "Not required")); ?>
</tr>
<tr>
<td width="601"><p><strong>Microsoft - PowerPoint</strong></p></td>
<?php WriteOptions2("6ab", array("Need to have", "Nice to have", "Not required")); ?>
</tr>
<tr>
<td width="601"><p><strong>Microsoft - Projects</strong></p></td>
<?php WriteOptions2("6ac", array("Need to have", "Nice to have", "Not required")); ?>
</tr>
<tr>
<td width="601"><p><strong>Microsoft - Word</strong></p></td>
<?php WriteOptions2("6ad", array("Need to have", "Nice to have", "Not required")); ?>
</tr>
<tr>
<td width="601"><p><strong>Microsoft - Word / Advanced Word</strong></p></td>
<?php WriteOptions2("6ae", array("Need to have", "Nice to have", "Not required")); ?>
</tr>
<tr>
<td width="601"><p><strong>NEGOTIATING TECHNIQUES </strong></p></td>
<td><p><strong> </strong></p></td>
<td><p><strong> </strong></p></td>
<td><p><strong> </strong></p></td>
</tr>
<tr>
<td width="601"><p><strong>Negotiation Skills</strong></p></td>
<?php WriteOptions2("6af", array("Need to have", "Nice to have", "Not required")); ?>
</tr>
<tr>
<td width="601"><p><strong>OVERVIEW OF THE CONSULTING ENGINEERING INDUSTRY</strong></p></td>
<td><p><strong> </strong></p></td>
<td><p><strong> </strong></p></td>
<td><p><strong> </strong></p></td>
</tr>
<tr>
<td width="601"><p><strong>Consulting Engineers Industry Overview </strong><br>
• Overview/ Organization & admin/• Empowerment<strong></strong></p></td>
<?php WriteOptions2("6ag", array("Need to have", "Nice to have", "Not required")); ?>
</tr>
<tr>
<td colspan="4"><p><strong>PROCUREMENT</strong></p></td>
</tr>
<tr>
<td width="601"><p><strong>Procurement of Consulting Engineering Services</strong></p></td>
<?php WriteOptions2("6ah", array("Need to have", "Nice to have", "Not required")); ?>
</tr>
<tr>
<td width="601"><p><strong>PROJECT MANAGEMENT </strong></p></td>
<td><p><strong> </strong></p></td>
<td><p><strong> </strong></p></td>
<td><p><strong> </strong></p></td>
</tr>
<tr>
<td width="601"><p><strong>Handling Projects in a Consulting Engineer’s Practice</strong></p></td>
<?php WriteOptions2("6ai", array("Need to have", "Nice to have", "Not required")); ?>
</tr>
<tr>
<td width="601"><p><strong>Project Management </strong></p></td>
<?php WriteOptions2("6aj", array("Need to have", "Nice to have", "Not required")); ?>
</tr>
<tr>
<td width="601"><p><strong>Project Management with MS Projects</strong></p></td>
<?php WriteOptions2("6ak", array("Need to have", "Nice to have", "Not required")); ?>
</tr>
<tr>
<td width="601"><p><strong>QUALITY MANAGEMENT SYSTEM (QMS)</strong></p></td>
<td><p><strong> </strong></p></td>
<td><p><strong> </strong></p></td>
<td><p><strong> </strong></p></td>
</tr>
<tr>
<td width="601"><p><strong>Implement a Quality Management System </strong></p></td>
<?php WriteOptions2("6al", array("Need to have", "Nice to have", "Not required")); ?>
</tr>
<tr>
<td width="601"><p><strong>Quality Management System Internal Auditors </strong></p></td>
<?php WriteOptions2("6am", array("Need to have", "Nice to have", "Not required")); ?>
</tr>
<tr>
<td width="601"><p><strong>Transition to ISO 9001:2015 </strong></p></td>
<?php WriteOptions2("6an", array("Need to have", "Nice to have", "Not required")); ?>
</tr>
<tr>
<td width="601"><p><strong>RISK MANAGEMENT </strong></p></td>
<td><p align="center"><strong>Need to have</strong></p></td>
<td valign="top"><p align="center"><strong>Nice to have</strong></p></td>
<td><p align="center"><strong>Not required</strong></p></td>
</tr>
<tr>
<td width="601"><p><strong>Risk Management – Integrated</strong></p></td>
<?php WriteOptions2("6ao", array("Need to have", "Nice to have", "Not required")); ?>
</tr>
<tr>
<td width="601"><p><strong>SUSTAINABLE DEVELOPMENT</strong></p></td>
<td><p><strong> </strong></p></td>
<td><p><strong> </strong></p></td>
<td><p><strong> </strong></p></td>
</tr>
<tr>
<td width="601"><p><strong>Sustainable Development </strong></p></td>
<?php WriteOptions2("6ap", array("Need to have", "Nice to have", "Not required")); ?>
</tr>
</table>
<p>7. Are there any additional business/soft skills courses you would like on the SCE programme?<br>
<textarea name="ques7" cols="60" rows="5" id="ques7"></textarea>
</p>
<p>8. If you feel strongly that the SCE should offer technical courses, what technical courses would you like on the SCE programme:<br>
<textarea name="ques8" cols="60" rows="5" id="ques8"></textarea>
</p>
<p>9. List below any ideas you have for improving our training and development efforts:<br>
<textarea name="ques9" cols="60" rows="5" id="ques9"></textarea>
</p>
<hr>
<p><strong>TRAINING NEEDS ANALYSIS on BASIC & ADVANCED CERTIFICATE IN CONSULTING ENGINEERING</strong></p>
<p>The School of Consulting Engineering (SCE) is in the process of developing a Certificate in Consulting Engineering programme. This CESA training programme will enable engineers to attend courses without infringing excessively on their work obligations. This programme would comprise of the following framework:</p>
<p>Please read the attached CESA / SCE Framework document to get the full details of the course. </p>
<p>In order for CESA to design the ideal programme, interested stakeholders have the opportunity to contribute to the development of the training programme and we would therefore appreciate your participation in the survey below:<strong></strong></p>
<table border="0" cellspacing="0" cellpadding="0" width="850">
<tr>
<td width="22" valign="top"><p>1. </p></td>
<td width="493" valign="top">Would your company support such a training programme:</td>
<td width="335" valign="top"><?php WriteOptions("10", array("Yes", "No")); ?></td>
</tr>
<tr>
<td valign="top">2.</td>
<td colspan="2" valign="top">Of the following modules below, which of the modules would you consider as ‘Need to have’, Nice to have’ or not required:</td>
</tr>
</table>
<p><strong>BASIC CERTIFICATE IN CONSULTING ENGINEERING </strong><strong> </strong></p>
<table border="1" cellspacing="0" cellpadding="2" width="850">
<tr>
<td width="226" align="left"><strong>MODULE</strong></td>
<td width="61"><p align="center"><strong>Need to have</strong></p></td>
<td width="61" valign="top"><p align="center"><strong>Nice to have</strong></p></td>
<td width="61"><p align="center"><strong>Not required</strong></p></td>
<td width="206" align="left"><p><strong>MODULE</strong></p></td>
<td width="62"><p align="center"><strong>Need to have</strong></p></td>
<td width="62" valign="top"><p align="center"><strong>Nice to have</strong></p></td>
<td width="61"><p align="center"><strong>Not required</strong></p></td>
</tr>
<tr>
<td width="226" align="left"><p><strong>Business of Consulting Engineering</strong></p></td>
<?php WriteOptions2("11a", array("Need to have", "Nice to have", "Not required")); ?>
<td width="206" align="left"><p><strong>Commercial Law </strong></p></td>
<?php WriteOptions2("11b", array("Need to have", "Nice to have", "Not required")); ?>
</tr>
<tr>
<td width="226" align="left"><p><strong>Finance </strong></p></td>
<?php WriteOptions2("11c", array("Need to have", "Nice to have", "Not required")); ?>
<td width="206" align="left"><p><strong>Project Delivery</strong></p></td>
<?php WriteOptions2("11d", array("Need to have", "Nice to have", "Not required")); ?>
</tr>
</table>
<p><strong>ADVANCE CERTIFICATE IN CONSULTING ENGINEERING MANAGEMENT</strong><strong> </strong></p>
<table border="1" cellspacing="0" cellpadding="2" width="850">
<tr>
<td width="225"><br>
<strong>MODULE</strong></td>
<td width="62"><p align="center"><strong>Need to have</strong></p></td>
<td width="60" valign="top"><p align="center"><strong>Nice to have</strong></p></td>
<td width="62"><p align="center"><strong>Not required</strong></p></td>
<td width="206"><p><strong>MODULE</strong></p></td>
<td width="62"><p align="center"><strong>Need to have</strong></p></td>
<td width="62" valign="top"><p align="center"><strong>Nice to have</strong></p></td>
<td width="61"><p align="center"><strong>Not required</strong></p></td>
</tr>
<tr>
<td width="225"><p><strong>Business Administration & Management</strong></p></td>
<?php WriteOptions2("11e", array("Need to have", "Nice to have", "Not required")); ?>
<td width="206"><p><strong>Human Resources </strong></p></td>
<?php WriteOptions2("11f", array("Need to have", "Nice to have", "Not required")); ?>
</tr>
<tr>
<td width="225"><p><strong>Advanced Finance</strong></p></td>
<?php WriteOptions2("11g", array("Need to have", "Nice to have", "Not required")); ?>
<td width="206"><p><strong>Electives</strong></p></td>
<?php WriteOptions2("11h", array("Need to have", "Nice to have", "Not required")); ?>
</tr>
</table>
<br>
<table border="0" cellspacing="0" cellpadding="2" width="850">
<tr>
<td width="22" valign="top"><p>3. </p></td>
<td width="493" valign="top"> Have you have any comments on the above subjects?</td>
<td width="335" valign="top"><?php WriteOptions("12", array("Yes", "No")); ?></td>
</tr>
<tr>
<td valign="top"> </td>
<td colspan="2" valign="top"><textarea name="ques13" cols="60" rows="5" id="ques13"></textarea></td>
</tr>
<tr>
<td valign="top">4.</td>
<td valign="top">Does your company sponsor any similar training programme</td>
<td valign="top"><?php WriteOptions("14", array("Yes", "No")); ?></td>
</tr>
<tr>
<td valign="top">5.</td>
<td valign="top">If yes, is the programme done by internal staff or external provider?</td>
<td valign="top"><?php WriteOptions("15", array("Internal", "External")); ?></td>
</tr>
<tr>
<td valign="top">6.</td>
<td valign="top">If external:</td>
<td valign="top"> </td>
</tr>
<tr>
<td valign="top"> </td>
<td colspan="2" valign="top"><table width="768" border="0" cellpadding="2">
<tbody>
<tr>
<td width="247">Name of external institution: </td>
<td width="507" nowrap="nowrap"><input name="ques16a" type="text" id="ques16a" size="60"></td>
</tr>
<tr>
<td>Programme name: </td>
<td nowrap="nowrap"><input name="ques16b" type="text" id="ques16b" size="60"></td>
</tr>
<tr>
<td>List subject/s: </td>
<td nowrap="nowrap"><input name="ques16c" type="text" id="ques16c" size="60"></td>
</tr>
<tr>
<td>What staff qualifies for the programme: </td>
<td nowrap="nowrap"><input name="ques16d" type="text" id="ques16d" size="60"></td>
</tr>
<tr>
<td>How many staff on the programme </td>
<td nowrap="nowrap"><input name="ques16e" type="text" id="ques16e" size="20"></td>
</tr>
<tr>
<td colspan="2">Time frame: No. of years <input name="ques16f" type="text" id="ques16f" size="5"> No. of days per week <input name="ques16g" type="text" id="ques16g" size="5"> Frequency <input name="ques16h" type="text" id="ques16h" size="20"></td>
</tr>
<tr>
<td>Cost per year, per person:</td>
<td nowrap="nowrap"><input name="ques16i" type="text" id="ques16i" size="20"></td>
</tr>
<tr>
<td>If any, what is the payback agreement</td>
<td nowrap="nowrap"><input name="ques16j" type="text" id="ques16j" size="60"></td>
</tr>
<tr>
<td>Is the programme SAQA registered</td>
<td nowrap="nowrap"><?php WriteOptions("16k", array("Yes", "No")); ?> / Qualification:
<input name="ques16l" type="text" id="ques16l" size="20">
/ NQF level:
<input name="ques16m" type="text" id="ques16m" size="5"></td>
</tr>
<tr>
<td>Is the programme CPD registered</td>
<td nowrap="nowrap"><?php WriteOptions("16n", array("Yes", "No")); ?> / Validation No:
<input name="ques16o" type="text" id="ques16o" size="20"></td>
</tr>
</tbody>
</table></td>
</tr>
<tr>
<td valign="top">7.</td>
<td valign="top">Would you be willing to be contacted to discuss your responses further?</td>
<td valign="top"><?php WriteOptions("17", array("Yes", "No")); ?></td>
</tr>
</table>
<hr>
<p><strong>GENERAL INFORMATION</strong></p>
<table width="850" border="0" cellpadding="2">
<tbody>
<tr>
<td width="123">Name:</td>
<td width="288"><input name="ques18" type="text" id="ques18" size="30"></td>
<td width="113">Surname:</td>
<td width="300"><input name="ques19" type="text" id="ques19" size="30"></td>
</tr>
<tr>
<td>Designation:</td>
<td colspan="3"><input name="ques20" type="text" id="ques20" size="80"></td>
</tr>
<tr>
<td>Company:</td>
<td colspan="3"><input name="ques21" type="text" id="ques21" size="80"></td>
</tr>
<tr>
<td>Postal Address:</td>
<td colspan="3"><textarea name="ques22" cols="60" rows="5" id="ques22"></textarea></td>
</tr>
<tr>
<td>Email:</td>
<td><input name="ques23" type="text" id="ques23" size="30"></td>
<td>Tel No:</td>
<td><input name="ques24" type="text" id="ques24" size="30"></td>
</tr>
</tbody>
</table>
<input type="submit" value="Submit" style="background-color:red;color:white;font-style:bold;width:150px;height:50px" name="formsubmit" id="formsubmit">
</form>
<?php
}
?>
</body>
</html>