Hi
I need to create a listinput form to let user able to input multiple rows of data and submit the form.
The DB table fields are batchid, imagepath, productid, quantity, price
Input fields in form are imagepath, productid, quantity, price
The default number of input rows is 5, user can add new row or remove row of input textbox.
Once it is input, it will display the total numbers of quantity and total price for this batch.
Multiple rows of data will be input into DB table after pressing submit button.
How can I code it and is there any source code or complete tutorial of it?
Thanks