Please forgive this newbie question but java is new to me and I'm
still trying to find a course in my area.
I'm tweaking an online survey and have gotten it to display what I
want but can't figure out how to *require* the surveyee to pick a
choice.
For each of ten questions, the surveyee is asked:
_______________ ______________
<select name="proposal1 " size=1>
<option>Pleas e Choose one option from the list below</
option>
<option>Approve </option>
<option>No Opinion</option>
<option>Objec t - The technical approach is not sound</
option>
<option>Objec t - The proposed project duplicates previous
and publicly reported efforts</option>
<option>Objec t - the proposal is not needed</option>
<option>Objec t - Other - you <strong>MUST</stronggive a
detailed response ine 'Comments' box below: </option>
</select>
<TABLE>
<tr>
<td></td>
<td width="500"Comm ents:</td>
</tr>
<tr>
<td> </td>
<td><textarea name=object-one rows=6 cols=80></textarea></td>
</tr>
</table>
_______________ _______________ ________
Ideally, I'd like to script this so that if the surveyee does NOT
choose one of the select pull-down options (or, more to the point,
allows the default option "Please Choose one option from the list
below" to ride) when s/he hits submit later down the page, s/he gets
an error message instructing the user to return to the form and enter
the appropriate answer.
AND,
if at all possible, if the surveyee choices the final option -
"Object
- Other - you <strong>MUST</stronggive a detailed response ine
'Comments' box below" - the user will go to the same error page
requesting that s/he go back and fill in the comments section for
this
proposal (in cthis case, the 'object-one' box)
I've doen some googling on this but haven't found anything that seems
to be a reasonable starting-off model to use.
Thanks in advance for your help
HOD
still trying to find a course in my area.
I'm tweaking an online survey and have gotten it to display what I
want but can't figure out how to *require* the surveyee to pick a
choice.
For each of ten questions, the surveyee is asked:
_______________ ______________
<select name="proposal1 " size=1>
<option>Pleas e Choose one option from the list below</
option>
<option>Approve </option>
<option>No Opinion</option>
<option>Objec t - The technical approach is not sound</
option>
<option>Objec t - The proposed project duplicates previous
and publicly reported efforts</option>
<option>Objec t - the proposal is not needed</option>
<option>Objec t - Other - you <strong>MUST</stronggive a
detailed response ine 'Comments' box below: </option>
</select>
<TABLE>
<tr>
<td></td>
<td width="500"Comm ents:</td>
</tr>
<tr>
<td> </td>
<td><textarea name=object-one rows=6 cols=80></textarea></td>
</tr>
</table>
_______________ _______________ ________
Ideally, I'd like to script this so that if the surveyee does NOT
choose one of the select pull-down options (or, more to the point,
allows the default option "Please Choose one option from the list
below" to ride) when s/he hits submit later down the page, s/he gets
an error message instructing the user to return to the form and enter
the appropriate answer.
AND,
if at all possible, if the surveyee choices the final option -
"Object
- Other - you <strong>MUST</stronggive a detailed response ine
'Comments' box below" - the user will go to the same error page
requesting that s/he go back and fill in the comments section for
this
proposal (in cthis case, the 'object-one' box)
I've doen some googling on this but haven't found anything that seems
to be a reasonable starting-off model to use.
Thanks in advance for your help
HOD
Comment