I have a form that has to be saved twice, once as incomplete form and the second as the completed form. Is it possible to overwrite/delete the first incomplete file after completing the form so that I wouldn't have 2 forms after the whole process?
I've thought of using javascript but I'm not sure how to go about it.