I have to make a form, where a part of a form is repeated n-times e.g.:
previous education: text field
school: text field
degree: text field
add to form (link)
and as a user clicks on link, the entry is added to javascript array[x][y].
At the end of the form, user clicks button and
all stuff is POST sent to other php page to be processed
and stored in mysql database.
Now, this is how I see it, and I have been wrong before,
so I would be grateful for tips on how to do this repeating part...
Basically, in form user puts hers/his input,
some part of the form has to be repeated n-times
(as much as user needs), and than POST sent to another php page.
Bookmarks