Hi,
You can do this using rules. Add a rule to open a new form to fill out the form and give the url of the form which you want to open. Add second rule to submit the form.
First write the code to submit the form then ad the following line to open the new solution.
thisApplication.XDocuments.NewFromSolution(URI);
Here URI is the url of the form whch you want to open.