Displaying 1 result from an estimated 1 matches for "student_fname".
2006 Feb 02
0
Validation fails with select option list
I have a form with some text_field and some drop down lists.
<input id="student_fname" name="student[fname]" size="20" value=""
type="text">
<input id="student_mname" name="student[mname]" size="20" value=""
type="text">
<input id="student_lname" name="student[ln...