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
EliHEliH 

Edit Visualforce page in contact page layout

I've embedded a Visualforce page (that contains about 50 fields from the contact record) in the contact page layout to save space. I want to allow users to edit the fields in the embedded page at the same time that they edit other fields on the page layout (outside of the Visualforce page), but I can't seem to find a way to do this. Ideas?
Best Answer chosen by EliH
SamReadySamReady
You need to create a new Visualforce page to override the edit mode standard page layout.