Saving form data after "submit"

Saving form data after "submit"

I'm building a form which will collect information on recitals at my school. The form is meant to collect information on each individual piece in the recital, meaning there's lots of single line text boxes (title, composer, arranger, etc.). Creating the form is easy, but it's likely that a user would want to copy all the information they just typed in for a different piece. That is, after they submit, I would want all the user input to remain and to clear only one single line text box (i.e., the "song title" which will always be unique).

When they click submit, it should erase all the data. What I want is a script (maybe tied to a decision box) that would submit all the data in the form, and then repopulate all the fields with that data.

I have some programming experience, though it's been about 10 years.

Any help would be very much appreciated!

Jamie