I'm modifying a SharePoint form using PowerApps customized forms and I'm wanting to either remove the Save and Cancel buttons from the top of the form or modify the action. See Screen shot. I've managed to change the Save action to be the same as the button. But I can't see where to change Cancel. At the moment Cancel drops the user onto the list which I don't want the user to see. Can someone provide advice?
there are a lot of feature requests on this issue out there
unfortunately you can't hide them out of the box, if you're familiar with SPFx then you can inject some custom code to hide them.
Otherwise what you can do is to disable the OnSave/OnCancel function in Power Apps Studio.
You'll find the OnSave/OnCancel property on the SharePointIntegration Control
I would add some Notification over there to guide the enduser to use the submit button within the form
for example you can add in the OnSave property Notify("Please use the submit button below", NotificationType.Error)
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.