Displaying 1 result from an estimated 1 matches for "student_4_first_name".
2005 Feb 05
4
Creating collections
...lt;/form>
The idea is to have a form where I can enter information for three
different students at the same time, and somehow create them all at
once. Unfortunately, all of the first_name and last_name text fields
have the index 4, like this:
<p>
First Name: <input id="student_4_first_name"
name="student[4][first_name]" size="30" type="text" value="" /> <br />
Last Name: <input id="student_4_last_name"
name="student[4][last_name]" size="30" type="text" value="" />
&...