Forum Discussion
SharePoint - Users have to click Save twice when create new Document Set
Maybe your OOB Document Set New form was corrupted and someone created a custom new form. It's expected behaviour on Custom New form two save buttons will appear. You have to Use Sharepoint Designer to disable the obsolete ones.
- DeletedMay 06, 2018
Just use google chrome or IE developer tools to inspect and find id's of obsolete save buttons. Open and Edit the custom new form in SharePoint Designer and search for those id's. Delete the surrounding html of the id's in the form. You should have save button removed from the form.
- Khoa HoangMay 07, 2018Copper Contributor
I don't think the form is customized, when I open SharePoint Designer, under "Document Set" content type", it shows that it still uses default form. Any clue?
- DeletedMay 09, 2018
Yes i agree but you will not be able to edit or create new file in Sharepoint Designer either since it's part of layouts. Interesting issue will try to do some research on my side if i can find something.
- May 03, 2018Can you check the versions of the forms in your document library? By the way it's very strange someone have customized the form in this way
- Khoa HoangMay 04, 2018Copper Contributor
I am not sure how to check form version in Document Library. Can you clarify that?
It happens in all document library in this site collection.
Interesting fact that new site collection on the tenant does not have this issue. I want to reset the NewDocSet to original but don't know how.