I am trying to override the "on success" window in Infopath. I am aware of the e.CancelableArgs.Message method, but it appears this only works if the form is not being submitted. Is there any way to override the on success box when a user successfully submits a form? I want to be able to put my own message (including variables) to the user based on information entered on the form.
This form is web-enabled, so I am unable to use the regular message box feature.
Any help is appreciated. Thanks.