Hi
Having a bit of trouble here, I saw a UI a while ago where a form started with one row, with the ability to add more on demand. It went a little like this
fullname | address | telephone | dropdown options | something else
add another row
The 'add another row' button created an exact row as above to enter the details of another person.
If I added 4 people, next time I loaded that page it would show the four rows.
I can use php to add one row at a time but how do I code it up so that the script works out how many rows have been created and completed then create new rows in the database?
Thank you for any help
Having a bit of trouble here, I saw a UI a while ago where a form started with one row, with the ability to add more on demand. It went a little like this
fullname | address | telephone | dropdown options | something else
add another row
The 'add another row' button created an exact row as above to enter the details of another person.
If I added 4 people, next time I loaded that page it would show the four rows.
I can use php to add one row at a time but how do I code it up so that the script works out how many rows have been created and completed then create new rows in the database?
Thank you for any help