I would recommend looking at setting up a global event that listens for inserted form submissions.
There's an example on the Xperience 13 documentation here. You could store the data in a custom module at this point and delete the form submission.
For a full list of global events you can hook into, see here.