I have email form control as from example 11 on a defined page. Before sending(saving) the email it creates an xml file to be attached and then it sends the email successfully. 'ResultOfSendEmail' is then used as the URL on save but instead of replacing the defined page and email form it appends it to the bottom.
How do I make sure it replaces rather than appends?
John