I've created a form which I would like it to be able to insert 3 records at once in one table.
print screen of form page with modal form
GUIA_TRANSPORTE is a value passed from the page to the modal.
At the moment,
If I only fill the first row of input items, it inserts on the table the correct GUIA_TRANSPORTE value but Product and quantidade inserts as null values.
If I only fill the last row of input items, it inserts that row with the correct values into the table.
If I fill everything, it inserts only the last row of input items into my table.
So, how can I make it insert all 3 rows with the correct values? and also being able to fill only the first row of items and it to insert the right values (aka not null) into my table