My form has a table that the user can add/remove rows as desired.I am
looking for a way to allow the user to copy the table mentioned above
into a second, third, etc. instance. I want the subsequent instances to
have the same number of rows and have the same text as entered in the
first instance.Looking for a solution to this in JavaScript.