Hello all!
I have customized a form connected to a SharePoint list, to satisfy a business request. The form does that:
1- In View mode, it shows a button EDIT
2- When we click it, the form transitions to its Edit version [EditForm(Form1); Navigate(EditScreen,None)]
3- The EditForm contains instructions to fill it in and a button to Save
This structure works, the e=only problem I have is with the default EditAll and Save buttuns from SharePoint, which seem to be disconnected from the form I have customized. In fact when a user opens the form, he has two options :
1- if he clicks on EDIT, the default SharePoint EditAll doesn't disappear (I should see the default Save instead...)
2- if he clicks on EditAll, the form doesn't transitions to the EditForm and I do not see the instructions....
Is there a way to connect the two buttons?

Report
All responses (
Answers (