
Announcements
I want to create an EditForm that is in FormMode.New when initially filling out the form. It should switch to FormMode.View after submission and then switch back to FormMode.Edit when it's not submitted. Additionally, if the item is deleted, it should switch to FormMode.New based on the user's full name retrieved through User().FullName. Will this work?