Unable to create New/Display/Editforms

Emanuel Borsoi 156 Reputation points
2020-10-19T14:43:14.01+00:00

Working on SharePoint 2016 OnPremise and SharePoint Designer.
We have a lot of custom forms (WebPartPages:DataFormWebPart). Until today everything worked fine.
Today I had to edit one of these forms and it ended up to brake the entire Web application:

  • first the form disappeared from the forms:
    33119-missingeditform.png
  • It is still present in the all files folder:
    33250-missingeditform2.png
  • If I try to navigate to the EditForm I get an error:
    SPException thrown: Message: Das Standardbearbeitungsformular für die Liste 'Überstunden' wurde nicht gefunden.. Stack: translated -> the standardeditform for the list 'Überstunden' has not been found
  • Using the SharePoint Designer I am not able to create any form for any list in the web application, I always get Could not save the list changes to the server
  • Using the SharePoint Designer to create a form for any list of another web application works.
  • Furthermore, on the NewForm in the ribbon the control buttons are missing, as the site is recognised as page and not as form:
    33315-missingeditform3.png

I tried to delete caches, no success.
I have read that the feature to create new forms has been deprecated for SharePoint Online, but I am working on OnPremise. Has it been deprecated also here?

Edit 1:
Edit form has been restored, now it is visible in the forms-list, but there is also missing the ribbon:
33268-missingeditform4.png

Edit 2:
I tried to diable the Developer Feature as described in many posts, if I checked the status and it is Online, if I try to deactivate it I get the error:

Disable-SPFeature : Feature 'e374875e-06b6-11e0-b0fa-57f5dfd72085' is not activated at this scope.  

Edit 3:
I just figured out, that I am not able to add any ListFormWebPart nor DataFormWebPart to any list of this web application.

SharePoint Server Management
SharePoint Server Management
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Management: The act or process of organizing, handling, directing or controlling something.
2,961 questions
{count} votes

Accepted answer
  1. Borsoi Emanuel 296 Reputation points
    2020-11-03T12:32:40.443+00:00

    I opened a Microsoft ticket and after two weeks I have been able to solve it by myself.

    I simply ri-set a the homepage of the webapplication:
    37183-setpage.png

    I have no idea what the really problem was, but now it is working again....


2 additional answers

Sort by: Most helpful
  1. sadomovalex 3,631 Reputation points
    2020-10-19T15:04:05.603+00:00

    can you check what is the full url of EditForm.aspx file which is shown under All Files in SPD (try to right click and check properties)? Does it belong to the same list where EditForm.aspx was accidentally deleted or may be to some other list?

    Also did you check in Site settings > Recycle bin - may be EditForm.aspx was moved there? It is quite simple to accidentally remove or move files in SPD since it supports drag and drop. If it is there try to restore it and test again


  2. Itch Sun-MSFT 2,556 Reputation points
    2020-10-20T03:05:33.363+00:00

    Hi @Emanuel Borsoi

    For Enabling this Customize Form Button on SharePoint List Ribbon

    Go to Central Administration–> Upgrade and Migration, Enable Features on Exiting sites, Check this check box “Enable all sites in this installation to use the following set of features:”

    33327-image.png


    If an Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.