Feb 6th, 2010, 7:38 PM
Hi All
I have this puzzling problem across all my forms. Please see the following snippet taken off a form.
<td height="40"><strong>Club / School : </strong> </td>
<td>
<SELECT NAME="select">
<option value="" selected>- SELECT A CLUB / SCHOOL -</option>
<option value="ACJC">Anglo Chinese Junior College</option>
<option value="Admiralty Secondary">Admiralty Secondary School</option>
<option value="AISS">Ahmad Ibrahim Secondary School</option>
In the formtools database, I would presume Option Value is selected but it doesn't.
Anglo Chinese Junior College shows up instead of ACJC.
Appreciate some help here. Thanks!
I have this puzzling problem across all my forms. Please see the following snippet taken off a form.
<td height="40"><strong>Club / School : </strong> </td>
<td>
<SELECT NAME="select">
<option value="" selected>- SELECT A CLUB / SCHOOL -</option>
<option value="ACJC">Anglo Chinese Junior College</option>
<option value="Admiralty Secondary">Admiralty Secondary School</option>
<option value="AISS">Ahmad Ibrahim Secondary School</option>
In the formtools database, I would presume Option Value is selected but it doesn't.
Anglo Chinese Junior College shows up instead of ACJC.
Appreciate some help here. Thanks!