M
Mufasa
I've got a user object that allows a user to enter a date type, a person's
name and the actual date. I want to have it so that they enter one and then
click a button and it will add another set of fields for them to enter. So
first there would be one set, they click add, then there would be two sets,
click add, then three, ....
The reason for this is that we don't know how many of these they want to
enter. So by creating the objects dynamically, we can in a sense have as
many as they want.
Is there an easy way to do this?
TIA - J.
name and the actual date. I want to have it so that they enter one and then
click a button and it will add another set of fields for them to enter. So
first there would be one set, they click add, then there would be two sets,
click add, then three, ....
The reason for this is that we don't know how many of these they want to
enter. So by creating the objects dynamically, we can in a sense have as
many as they want.
Is there an easy way to do this?
TIA - J.