Permabanned
- Joined
- 25 Oct 2004
- Posts
- 9,078
Hiya,
Got a form all set up with the final step allowing someone to either submit the data or addmore.
Add more is intended to allow them to go back to page 1 of the form and fill in the data all again. So if they fill it in 2-3 or 4 times the data is stored 2-3 or 4 times.
Essentially creating an array(form submissions) of arrays(each forms data). Q
Question is, besides submitting the data once, what would be the best way of ensuring that the array of data is kept in tact while allowing them to input data multiple times.
Think of it as a table with rows and columns, form 1 is row 1, by clicking add more, they enter the same data in row 2 etc.
Im stuck so any help would be greatly appreciated.
Got a form all set up with the final step allowing someone to either submit the data or addmore.
Add more is intended to allow them to go back to page 1 of the form and fill in the data all again. So if they fill it in 2-3 or 4 times the data is stored 2-3 or 4 times.
Essentially creating an array(form submissions) of arrays(each forms data). Q
Question is, besides submitting the data once, what would be the best way of ensuring that the array of data is kept in tact while allowing them to input data multiple times.
Think of it as a table with rows and columns, form 1 is row 1, by clicking add more, they enter the same data in row 2 etc.
Im stuck so any help would be greatly appreciated.