I have setup a test form here, http://www.eandhbaxendale.com/testing/ it has two list fields each with 5 columns and I have linked them so if a row is added to one it is also added to the other. This is what I am using to add the rows
I would now like do the same with delete row, if a row is deleted from one list field the corresponding row should also be deleted from the other list field, now if I go down the same route as I have done for add row by hiding the original buttons and adding a delete row button to the table header how do I prevent it from deleting the first row when only that remains. The other option would be to leave the existing delete row buttons in place but how do I make them act on both list fields at the same time.