I have this large questionnaire, and when the form is submitted, all the radio buttons are validated to make sure they have all been answered.
I did have it working, but it seems to have stopped for some reason now....no matter if i select all the radio buttons...it still says that i haven't selected any.
I think it is becuase...
Code: Select all
document.surveyїarrayDataїi]].checkedCan anyone help?
Code: Select all
<html>
<head>
<title>Graduate Recruitment Research Questionnaire</title>
<meta http-equiv="e;Content-Type"e; content="e;text/html; charset=iso-8859-1"e;>
<link href="e;/css.css"e; rel="e;stylesheet"e; type="e;text/css"e; />
<style type="e;text/css"e;>
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
<script language="e;javascript"e;>
function validate_form() {
// array to hold all radio button names
// this is populated from the database
var arrayData = new Array();
arrayDataї0] = 'salary';
arrayDataї1] = 'industry';
arrayDataї2] = 'training';
arrayDataї3] = 'working_environment';
arrayDataї4] = 'career_development';
arrayDataї5] = 'job_title';
arrayDataї6] = 'fun_variety';
arrayDataї7] = 'travel_opportunities';
arrayDataї8] = 'job_security';
arrayDataї9] = 'brand_name_awareness';
arrayDataї10] = 'number_of_geographical_locations';
arrayDataї11] = 'what_other_students_tell_you_of_their_experiences';
arrayDataї12] = 'what_the_media_say';
arrayDataї13] = 'their_stock_exchange_listing';
arrayDataї14] = 'environmental_policies';
arrayDataї15] = 'equal_opportunity_policies';
arrayDataї16] = 'careers_fairs';
arrayDataї17] = 'employer_presentations';
arrayDataї18] = 'trade_publication';
arrayDataї19] = 'university_career_office';
arrayDataї20] = 'word_of_mouth';
arrayDataї21] = 'newspapers';
arrayDataї22] = 'website';
arrayDataї23] = 'directory';
arrayDataї24] = 'pocket_edition';
arrayDataї25] = 'finalist';
arrayDataї26] = 'today';
arrayDataї27] = 'work_experience';
arrayDataї28] = 'search_engines';
arrayDataї29] = 'job_sites';
arrayDataї30] = 'graduate_sites';
arrayDataї31] = 'university_sites';
arrayDataї32] = 'employers_site';
errorCheck = 0;
for( i in arrayData ) {
if (!document.surveyїarrayDataїi]].checked) {
//alert(document.surveyїarrayDataїi]].value);
errorCheck = 1;
}
}
if (errorCheck != 1) {
document.survey.submit();
} else {
alert("e;You need to make a selection for all the questions."e;);
return false;
}
}
</script>
</head>
<body>
<table width="e;100%"e; border="e;0"e; cellspacing="e;0"e; cellpadding="e;5"e; bgcolor="e;white"e;>
<tr>
<td><img src="e;/oconnor_logo.gif"e; width="e;134"e; height="e;32"e;></td>
<td align="e;right"e;><img src="e;/tarmac_logo.gif"e; width="e;106"e; height="e;32"e;></td>
</tr>
<tr bgcolor="e;#F1C602"e;><td align="e;center"e; colspan="e;2"e;><script language="e;JavaScript"e;>
<!-- Begin
dayName = new Array("e;"e;, "e;Monday"e;, "e;Tuesday"e;, "e;Wednesday"e;, "e;Thursday"e;, "e;Friday"e;, "e;Saturday"e;, "e;Sunday"e;)
monName = new Array("e;January"e;, "e;February"e;, "e;March"e;, "e;April"e;, "e;May"e;, "e;June"e;, "e;July"e;, "e;August"e;, "e;September"e;, "e;October"e;, "e;November"e;, "e;December"e;)
now = new Date
// End -->
<!-- Begin
var strDay;
if ((now.getDate() == 1) || (now.getDate() != 11) && (now.getDate() % 10 == 1)) // Correction for 11th and 1st/21st/31st
strDay = "e;st "e;;
else if ((now.getDate() == 2) || (now.getDate() != 12) && (now.getDate() % 10 == 2)) // Correction for 12th and 2nd/22nd/32nd
strDay = "e;nd "e;;
else if ((now.getDate() == 3) || (now.getDate() != 13) && (now.getDate() % 10 == 3)) // Correction for 13th and 3rd/23rd/33rd
strDay = "e;rd "e;;
else
strDay = "e;th "e;;
//document.write('<font face="e;arial"e; size="e;-2"e; color="e;#FFFFFF"e;>')
//document.write('<span class="e;todaysdate"e;>Today's date ')
document.write(
dayNameїnow.getDay()]
+
"e;, "e;
+
now.getDate()
+
strDay
+
"e; "e;
+
monNameїnow.getMonth()]
+
"e;, "e;
+
now.getFullYear()
)
// End -->
</script></td></tr>
</table>
<h1 class="e;heading"e;>Graduate Recruitment Research Questionnaire </h1>
<table class="e;content"e; cellspacing="e;0"e; cellpadding="e;0"e;>
<tr>
<th> </th>
</tr>
<tr class="e;oddNoBG"e;>
<td valign="e;top"e; class="e;leftvalue"e;><table width="e;100%"e; border="e;0"e; cellspacing="e;0"e; cellpadding="e;0"e;>
<tr>
<td> </td>
<td width="e;60%"e;>
<p class="e;guide"e;>Thank you for visiting this site.</p>
<p class="e;guide"e;>Tarmac is keen to furnish graduates with all the help that they require in order to make an informed career choice.</p>
<p class="e;guide"e;>Completing this short questionnaire will help ensure that we understand your requirements, priorities and prefered methods of communication.</p>
<p class="e;guide"e;><strong>Your name(optional):</strong></p>
<form action="e;/index1.php"e; method="e;post"e; name="e;survey"e;>
<p class="e;guide"e;><strong>
<input name="e;username"e; type="e;text"e; id="e;username"e; size="e;32"e;>
</strong></p>
<p class="e;guide"e;><strong>How important are the following factors in influencing your choice of career?</strong></p>
<table width="e;100%"e; border="e;0"e; cellpadding="e;8"e; cellspacing="e;2"e;>
<tr>
<td width="e;20%"e;> </td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;><strong>Very important</strong></div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;><strong>Quite important</strong></div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;><strong>Not very important</strong></div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;><strong>Not at all important</strong></div></td>
</tr>
<tr bgcolor="e;fae476"e;>
<td width="e;20%"e;><strong>Salary</strong></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;salary"e; type="e;radio"e; value="e;4"e; />
</div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;salary"e; type="e;radio"e; value="e;3"e; />
</div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;salary"e; type="e;radio"e; value="e;2"e; />
</div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;salary"e; type="e;radio"e; value="e;1"e; />
</div></td>
</tr>
<tr bgcolor="e;fae476"e;>
<td width="e;20%"e;><strong>Industry</strong></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;industry"e; type="e;radio"e; value="e;4"e; />
</div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;industry"e; type="e;radio"e; value="e;3"e; />
</div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;industry"e; type="e;radio"e; value="e;2"e; />
</div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;industry"e; type="e;radio"e; value="e;1"e; />
</div></td>
</tr>
<tr bgcolor="e;fae476"e;>
<td width="e;20%"e;><strong>Training</strong></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;training"e; type="e;radio"e; value="e;4"e; />
</div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;training"e; type="e;radio"e; value="e;3"e; />
</div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;training"e; type="e;radio"e; value="e;2"e; />
</div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;training"e; type="e;radio"e; value="e;1"e; />
</div></td>
</tr>
<tr bgcolor="e;fae476"e;>
<td width="e;20%"e;><strong>Working environment</strong></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;working_environment"e; type="e;radio"e; value="e;4"e; />
</div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;working_environment"e; type="e;radio"e; value="e;3"e; />
</div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;working_environment"e; type="e;radio"e; value="e;2"e; />
</div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;working_environment"e; type="e;radio"e; value="e;1"e; />
</div></td>
</tr>
<tr bgcolor="e;fae476"e;>
<td width="e;20%"e;><strong>Career development</strong></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;career_development"e; type="e;radio"e; value="e;4"e; />
</div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;career_development"e; type="e;radio"e; value="e;3"e; />
</div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;career_development"e; type="e;radio"e; value="e;2"e; />
</div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;career_development"e; type="e;radio"e; value="e;1"e; />
</div></td>
</tr>
<tr bgcolor="e;fae476"e;>
<td width="e;20%"e;><strong>Job title</strong></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;job_title"e; type="e;radio"e; value="e;4"e; />
</div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;job_title"e; type="e;radio"e; value="e;3"e; />
</div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;job_title"e; type="e;radio"e; value="e;2"e; />
</div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;job_title"e; type="e;radio"e; value="e;1"e; />
</div></td>
</tr>
<tr bgcolor="e;fae476"e;>
<td width="e;20%"e;><strong>Fun/variety</strong></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;fun_variety"e; type="e;radio"e; value="e;4"e; />
</div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;fun_variety"e; type="e;radio"e; value="e;3"e; />
</div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;fun_variety"e; type="e;radio"e; value="e;2"e; />
</div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;fun_variety"e; type="e;radio"e; value="e;1"e; />
</div></td>
</tr>
<tr bgcolor="e;fae476"e;>
<td width="e;20%"e;><strong>Travel opportunities</strong></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;travel_opportunities"e; type="e;radio"e; value="e;4"e; />
</div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;travel_opportunities"e; type="e;radio"e; value="e;3"e; />
</div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;travel_opportunities"e; type="e;radio"e; value="e;2"e; />
</div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;travel_opportunities"e; type="e;radio"e; value="e;1"e; />
</div></td>
</tr>
<tr bgcolor="e;fae476"e;>
<td width="e;20%"e;><strong>Job security </strong></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;job_security"e; type="e;radio"e; value="e;4"e; />
</div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;job_security"e; type="e;radio"e; value="e;3"e; />
</div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;job_security"e; type="e;radio"e; value="e;2"e; />
</div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;job_security"e; type="e;radio"e; value="e;1"e; />
</div></td>
</tr>
</table>
<p class="e;guide"e;><strong>How important are the following factors in influencing your choice of employer?</strong></p>
<table width="e;100%"e; border="e;0"e; cellpadding="e;8"e; cellspacing="e;2"e;>
<tr>
<td width="e;20%"e;> </td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;><strong>Very important</strong></div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;><strong>Quite important</strong></div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;><strong>Not very important </strong></div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;><strong>Not at all important</strong></div></td>
</tr>
<tr bgcolor="e;fae476"e;>
<td width="e;20%"e;><strong>Brand name awareness </strong></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;brand_name_awareness"e; type="e;radio"e; value="e;4"e; />
</div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;brand_name_awareness"e; type="e;radio"e; value="e;3"e; />
</div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;brand_name_awareness"e; type="e;radio"e; value="e;2"e; />
</div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;brand_name_awareness"e; type="e;radio"e; value="e;1"e; />
</div></td>
</tr>
<tr bgcolor="e;fae476"e;>
<td width="e;20%"e;><strong>Number of geographical locations </strong></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;number_of_geographical_locations"e; type="e;radio"e; value="e;4"e; />
</div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;number_of_geographical_locations"e; type="e;radio"e; value="e;3"e; />
</div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;number_of_geographical_locations"e; type="e;radio"e; value="e;2"e; />
</div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;number_of_geographical_locations"e; type="e;radio"e; value="e;1"e; />
</div></td>
</tr>
<tr bgcolor="e;fae476"e;>
<td width="e;20%"e;><strong>What other students tell you of their experiences </strong></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;what_other_students_tell_you_of_their_experiences"e; type="e;radio"e; value="e;4"e; />
</div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;what_other_students_tell_you_of_their_experiences"e; type="e;radio"e; value="e;3"e; />
</div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;what_other_students_tell_you_of_their_experiences"e; type="e;radio"e; value="e;2"e; />
</div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;what_other_students_tell_you_of_their_experiences"e; type="e;radio"e; value="e;1"e; />
</div></td>
</tr>
<tr bgcolor="e;fae476"e;>
<td width="e;20%"e;><strong>What the media say </strong></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;what_the_media_say"e; type="e;radio"e; value="e;4"e; />
</div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;what_the_media_say"e; type="e;radio"e; value="e;3"e; />
</div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;what_the_media_say"e; type="e;radio"e; value="e;2"e; />
</div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;what_the_media_say"e; type="e;radio"e; value="e;1"e; />
</div></td>
</tr>
<tr bgcolor="e;fae476"e;>
<td width="e;20%"e;><strong>Their stock exchange listing (eg are they listed in the FTSE 100?) </strong></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;their_stock_exchange_listing"e; type="e;radio"e; value="e;4"e; />
</div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;their_stock_exchange_listing"e; type="e;radio"e; value="e;2"e; />
</div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;their_stock_exchange_listing"e; type="e;radio"e; value="e;3"e; />
</div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;their_stock_exchange_listing"e; type="e;radio"e; value="e;1"e; />
</div></td>
</tr>
<tr bgcolor="e;fae476"e;>
<td width="e;20%"e;><strong>Environmental policies </strong></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;environmental_policies"e; type="e;radio"e; value="e;4"e; />
</div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;environmental_policies"e; type="e;radio"e; value="e;3"e; />
</div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;environmental_policies"e; type="e;radio"e; value="e;2"e; />
</div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;environmental_policies"e; type="e;radio"e; value="e;1"e; />
</div></td>
</tr>
<tr bgcolor="e;fae476"e;>
<td width="e;20%"e;><strong>Equal opportunity policies </strong></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;equal_opportunity_policies"e; type="e;radio"e; value="e;4"e; />
</div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;equal_opportunity_policies"e; type="e;radio"e; value="e;3"e; />
</div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;equal_opportunity_policies"e; type="e;radio"e; value="e;2"e; />
</div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;>
<input name="e;equal_opportunity_policies"e; type="e;radio"e; value="e;1"e; />
</div></td>
</tr>
</table>
<p class="e;guide"e;><strong>How likely would you be to use the follwing methods of career and employer information gathering? </strong></p>
<table width="e;100%"e; border="e;0"e; cellpadding="e;8"e; cellspacing="e;2"e;>
<tr>
<td width="e;20%"e;> </td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;><strong>Very likely</strong></div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;><strong>Quite likely</strong></div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;><strong>Not very likely</strong></div></td>
<td width="e;20%"e; bgcolor="e;fae476"e;><div align="e;center"e;><strong>Not at all likely</strong></div></td>
</tr>
<tr bgcolor="e;fae476"e;>
<td width="e;20%"e; bgcolor="e;fae476"e;><strong>Careers fairs </strong></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;careers_fairs"e; type="e;radio"e; value="e;4"e; />
</div></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;careers_fairs"e; type="e;radio"e; value="e;3"e; />
</div></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;careers_fairs"e; type="e;radio"e; value="e;2"e; />
</div></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;careers_fairs"e; type="e;radio"e; value="e;1"e; />
</div></td>
</tr>
<tr bgcolor="e;fae476"e;>
<td width="e;20%"e; bgcolor="e;fae476"e;><strong>Employer presentations </strong></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;employer_presentations"e; type="e;radio"e; value="e;4"e; />
</div></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;employer_presentations"e; type="e;radio"e; value="e;3"e; />
</div></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;employer_presentations"e; type="e;radio"e; value="e;2"e; />
</div></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;employer_presentations"e; type="e;radio"e; value="e;1"e; />
</div></td>
</tr>
<tr bgcolor="e;fae476"e;>
<td width="e;20%"e; bgcolor="e;fae476"e;><strong>Trade publication </strong></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;trade_publication"e; type="e;radio"e; value="e;4"e; />
</div></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;trade_publication"e; type="e;radio"e; value="e;3"e; />
</div></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;trade_publication"e; type="e;radio"e; value="e;2"e; />
</div></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;trade_publication"e; type="e;radio"e; value="e;1"e; />
</div></td>
</tr>
<tr bgcolor="e;fae476"e;>
<td width="e;20%"e; bgcolor="e;fae476"e;><strong>University careers office </strong></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;university_career_office"e; type="e;radio"e; value="e;4"e; />
</div></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;university_career_office"e; type="e;radio"e; value="e;3"e; />
</div></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;university_career_office"e; type="e;radio"e; value="e;2"e; />
</div></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;university_career_office"e; type="e;radio"e; value="e;1"e; />
</div></td>
</tr>
<tr bgcolor="e;fae476"e;>
<td width="e;20%"e; bgcolor="e;fae476"e;><strong>Word-of-mouth</strong></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;word_of_mouth"e; type="e;radio"e; value="e;4"e; />
</div></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;word_of_mouth"e; type="e;radio"e; value="e;3"e; />
</div></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;word_of_mouth"e; type="e;radio"e; value="e;2"e; />
</div></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;word_of_mouth"e; type="e;radio"e; value="e;1"e; />
</div></td>
</tr>
<tr bgcolor="e;fae476"e;>
<td width="e;20%"e; bgcolor="e;fae476"e;><strong>Newspapers</strong></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;newspapers"e; type="e;radio"e; value="e;4"e; />
</div></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;newspapers"e; type="e;radio"e; value="e;3"e; />
</div></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;newspapers"e; type="e;radio"e; value="e;2"e; />
</div></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;newspapers"e; type="e;radio"e; value="e;1"e; />
</div></td>
</tr>
<tr>
<td width="e;20%"e;> </td>
<td colspan="e;4"e;><div align="e;center"e;></div></td>
</tr>
<tr>
<td width="e;20%"e;><strong>Prospects:</strong></td>
<td colspan="e;4"e;><div align="e;center"e;></div></td>
</tr>
<tr bgcolor="e;fae476"e;>
<td width="e;20%"e; bgcolor="e;fae476"e;><strong>Website</strong></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;website"e; type="e;radio"e; value="e;4"e; />
</div></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;website"e; type="e;radio"e; value="e;3"e; />
</div></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;website"e; type="e;radio"e; value="e;2"e; />
</div></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;website"e; type="e;radio"e; value="e;1"e; />
</div></td>
</tr>
<tr bgcolor="e;fae476"e;>
<td width="e;20%"e; bgcolor="e;fae476"e;><strong>Directory</strong></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;directory"e; type="e;radio"e; value="e;4"e; />
</div></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;directory"e; type="e;radio"e; value="e;3"e; />
</div></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;directory"e; type="e;radio"e; value="e;2"e; />
</div></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;directory"e; type="e;radio"e; value="e;1"e; />
</div></td>
</tr>
<tr bgcolor="e;fae476"e;>
<td width="e;20%"e; bgcolor="e;fae476"e;><strong>Pocket edition </strong></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;pocket_edition"e; type="e;radio"e; value="e;4"e; />
</div></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;pocket_edition"e; type="e;radio"e; value="e;3"e; />
</div></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;pocket_edition"e; type="e;radio"e; value="e;2"e; />
</div></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;pocket_edition"e; type="e;radio"e; value="e;1"e; />
</div></td>
</tr>
<tr bgcolor="e;fae476"e;>
<td width="e;20%"e; bgcolor="e;fae476"e;><strong>Finalist</strong></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;finalist"e; type="e;radio"e; value="e;4"e; />
</div></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;finalist"e; type="e;radio"e; value="e;3"e; />
</div></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;finalist"e; type="e;radio"e; value="e;2"e; />
</div></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;finalist"e; type="e;radio"e; value="e;1"e; />
</div></td>
</tr>
<tr bgcolor="e;fae476"e;>
<td width="e;20%"e; bgcolor="e;fae476"e;><strong>Today</strong></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;today"e; type="e;radio"e; value="e;4"e; />
</div></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;today"e; type="e;radio"e; value="e;3"e; />
</div></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;today"e; type="e;radio"e; value="e;2"e; />
</div></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;today"e; type="e;radio"e; value="e;1"e; />
</div></td>
</tr>
<tr bgcolor="e;fae476"e;>
<td width="e;20%"e; bgcolor="e;fae476"e;><strong>Work experience </strong></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;work_experience"e; type="e;radio"e; value="e;4"e; />
</div></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;work_experience"e; type="e;radio"e; value="e;3"e; />
</div></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;work_experience"e; type="e;radio"e; value="e;2"e; />
</div></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;work_experience"e; type="e;radio"e; value="e;1"e; />
</div></td>
</tr>
<tr>
<td width="e;20%"e;> </td>
<td colspan="e;4"e;><div align="e;center"e;></div></td>
</tr>
<tr>
<td width="e;20%"e;><strong>The Internet: </strong></td>
<td colspan="e;4"e;><div align="e;center"e;></div></td>
</tr>
<tr bgcolor="e;fae476"e;>
<td width="e;20%"e; bgcolor="e;fae476"e;><strong>Search engines </strong></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;search_engines"e; type="e;radio"e; value="e;4"e; />
</div></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;search_engines"e; type="e;radio"e; value="e;3"e; />
</div></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;search_engines"e; type="e;radio"e; value="e;2"e; />
</div></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;search_engines"e; type="e;radio"e; value="e;1"e; />
</div></td>
</tr>
<tr bgcolor="e;fae476"e;>
<td width="e;20%"e; bgcolor="e;fae476"e;><strong>Job sites </strong></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;job_sites"e; type="e;radio"e; value="e;4"e; />
</div></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;job_sites"e; type="e;radio"e; value="e;3"e; />
</div></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;job_sites"e; type="e;radio"e; value="e;2"e; />
</div></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;job_sites"e; type="e;radio"e; value="e;1"e; />
</div></td>
</tr>
<tr bgcolor="e;fae476"e;>
<td width="e;20%"e; bgcolor="e;fae476"e;><strong>Graduate sites </strong></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;graduate_sites"e; type="e;radio"e; value="e;4"e; />
</div></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;graduate_sites"e; type="e;radio"e; value="e;3"e; />
</div></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;graduate_sites"e; type="e;radio"e; value="e;2"e; />
</div></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;graduate_sites"e; type="e;radio"e; value="e;1"e; />
</div></td>
</tr>
<tr bgcolor="e;fae476"e;>
<td width="e;20%"e; bgcolor="e;fae476"e;><strong>University sites </strong></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;university_sites"e; type="e;radio"e; value="e;4"e; />
</div></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;university_sites"e; type="e;radio"e; value="e;3"e; />
</div></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;university_sites"e; type="e;radio"e; value="e;2"e; />
</div></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;university_sites"e; type="e;radio"e; value="e;1"e; />
</div></td>
</tr>
<tr bgcolor="e;fae476"e;>
<td width="e;20%"e; bgcolor="e;fae476"e;><strong>Employers' sites </strong></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;employers_site"e; type="e;radio"e; value="e;4"e; />
</div></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;employers_site"e; type="e;radio"e; value="e;3"e; />
</div></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;employers_site"e; type="e;radio"e; value="e;2"e; />
</div></td>
<td width="e;20%"e;><div align="e;center"e;>
<input name="e;employers_site"e; type="e;radio"e; value="e;1"e; />
</div></td>
</tr>
</table>
<p class="e;guide"e;><strong>Lastly, did you have any preconceptions about Tarmac before visiting our stand at the recruitment fair? </strong></p>
<p class="e;guide"e;><strong>If so, what were they? </strong></p>
<p>
<textarea name="e;perception"e; cols="e;80"e; rows="e;5"e; id="e;perception"e;></textarea>
</p>
<p class="e;guide"e;> </p>
<p align="e;center"e;>
<input type="e;hidden"e; name="e;time_started"e; value="e;1119455547"e; />
<input name="e;Submit"e; type="e;button"e; id="e;Submit"e; value="e;Submit"e; onClick='validate_form();'/>
</p>
</form>
<p class="e;guide"e;> </p>
</td>
<td> </td>
</tr>
</table></td>
</tr>
</table>
<hr />
</body>
</html>