How to override Edit button in Lightning Experience with a Visualforce Page? February 11, 2021August 9, 2022InfallibleTechie Admin 1. Sample VF page for Account object. <apex:page standardController=”Account”> Account Edit Page </apex:page> 2. Edit button in Account object. Output: