You could embed a button that resets the form to its default (unfilled) state. You would have to tap this button prior to closing the form so that it is saved in its default (unfilled) state.
Another alternative is to embed some javascript that resets the form to its default (unfilled) state as soon as the form is opened.
Darrell