<label> <select name="school_1" id="school_1"> <option value="#getdata.school_1#" selected="selected">#getschools.school_1#</option> <cfloop query="getallschools"><option value="#getallschools.sch_code#">#school#</option></cfloop> </select> </label> </td> <td>2:</td> <td><select name="school_2" id="school_2"> <option value="#getdata.school_2#" selected="selected">#getschools.school_2#</option> <cfloop query="getallschools"> <option value="#getallschools.sch_code#">#school#</option> </cfloop> </select></td> <td>3:</td> <td><select name="school_3" id="school_3"> <option value="#getdata.school_3#" selected="selected">#getschools.school_3#</option> <cfloop query="getallschools"> <option value="#getallschools.sch_code#">#school#</option> </cfloop> </select></td> <td>4:</td> <td><select name="school_4" id="school_4"> <option value="#getdata.school_4#" selected="selected">#getschools.school_4#</option> <cfloop query="getallschools"> <option value="#getallschools.sch_code#">#school#</option> </cfloop> </select></td> <td>5:</td> <td><select name="school_5" id="school_5"> <option value="#getdata.school_5#" selected="selected">#getschools.school_5#</option> <cfloop query="getallschools"> <option value="#getallschools.sch_code#">#school#</option> </cfloop> </select></td> <td>6:</td> <td><select name="school_6" id="school_6"> <option value="#getdata.school_6#" selected="selected">#getschools.school_6#</option> <cfloop query="getallschools"> <option value="#getallschools.sch_code#">#school#</option> </cfloop> </select></td>
Appreciate ya!

Start a new topic
Add Reply





MultiQuote

| 


