I suppose what I ultimately looking for is this:
The user inputs the values on my form (I have department, account, description, total, etc..)
Then if the users wants to input a second row, they click the add row button and a seond row come up but it doesnt contain whatever the user entered for the first row, the inputs are blank?
I have the form working, just when they add a row it always by default contains what the user inputted in the row above.
Also, one last thing, which is no big deal, but is there a way to only display the add row button on the last row, as opposed to every row?
I know all of this defeats the purpose of "clone" but just figured I would ask.