Forum Discussion
Khoa Hoang
May 02, 2018Copper Contributor
SharePoint - Users have to click Save twice when create new Document Set
I am not sure what customization has been done on our SharePoint site but when user create new Document Set, there are 2 Save buttons, the 1st one is useless, the one at the bottom right is working.
We are using SharePoint online. New site collection does not have this issue.
- Deleted
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.
- Khoa HoangCopper ContributorCan you tell me how SP Designer can disable the non working button? Is there a way to restore NewDocSet.aspx to original?
- Deleted
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.