Adding an extra own submit function to another modules form
This is how you can add your own submit function to another modules form. To make this work I had to increase the weight on my module to override the other module. Then I had to rearrange the submit function order to make it first call my function and then call the other submit function.