hello,
i've searched the forums, and find posts about data into several tables, but i think what i want is simplier than that. is there a way to make the basic form, i.e:
name:
email:
address:
be able to have multiple entries in 1 form to add more than 1 entry at a time into just 1 table? ....and then possibly add some kind of dhtml to be able to add more?
so the basic form would have, lets say 3 entries, all into just 1 table:
name:
email:
address:
-----------------------------------
name:
email:
address:
-----------------------------------
name:
email:
address:
-----------------------------------
[more]
with a "more" button at the bottom, that would repeat an additional 3 entries on that one form, or even make something like a 20-entry form that used some dhtml trickery so it just looked like 3 entry form, and then "showed" more as they clicked the 'more' button?
=========================
i guess a better example would be, if someone made a form for ordering kitchen supplies, and wanted users to use the 1 form for multiple orders, not necessarily from the same person, have something like:
name:
address:
item:
color:
---------------------------------------
name:
address:
item:
color:
---------------------------------------
name:
address:
item:
color:
---------------------------------------
[more]
.....or with Dataface,
are we stuck with a "1-entry only" form users would need to submit, wait, reclick new, entry, submit, wash rince repeat?
i am a bit stumped... just slightly out of php-newbie status.
thanks