function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Vinod Kumar GVinod Kumar G 

How to override Save button and show the popup in lightning-record-form of LWC

I have the requirement to show a WARNING POPUP / confirmation box when user click on save button in Record form of Lightning Web Components(LWC).
Can i override save button and display confirm popup in Record form of LWC and based on user click on confirm or cancel i need to perform save or cancel.
If it is not possible with Record form, can i use combination of view and edit from to full fill my requirement. Or any way with Wire property or functionality.
Please help me with good approach and guide me please.
Thanks in advance. Any approaches are welcome