Prompted to save after submitting form?

J

JR

When a user fills out a new form, or makes changes to an existing form and then they submit it; they are also prompted to save the form. In our implementation, this is redundant since save and submit put the form in the same location; the only difference is additional code and rules are processed on submission.

I suspect the reason we are being prompted to save, is that when the form is submitted, the attempts to close the form. Is there any way to suppress the XDocument.IsDirty property when a form is submitted?

We haven't implemented any custom buttons, just the default save and submit functionality built into Sharepoint.
 
Top