Why would you want to do this?
What you want to do is create a global event handler for the form submission event. Then check the form type and if it is the form you're looking for then create a custom table record with your custom data.
API reference
Handling global events - used for creating your global event handler
Global system events - used to check what event you need to capture.