
Announcements
I am trying to submit a form but it keeps failing to submit. I know it's failing because I have a Notify() in the OnFailure property of the Form. I want to notify with the actual message of why it's not accepting my form, is there a way to get this kind of message/log?
I added Notify(SharePointForm1.Error, NotificationType.Error) to the OnFailure method