Retain form data in fields after Submit

So my app is creating a lot of bulk new entries in which a user will add all the data to a form, hit submit and then add the next item etc.
Is there a way for the data that was submitted in certain fields on the form to stay in the same field and the next entry?

Example:

User has 10 different coloured apples to add (one per form submission as each is a unique colour). Once they have submitted the form for the first green apple, they need to submit the next form for the red apple. Can I make the “Apple” field sticky so that all they have to do is add the colour variation on the next submission.

This would need to be reset by logged in session so that the next time they log in it is a blank canvas.