You need to sign in to do that
Don't have an account?

referencing a second Visualforce page from a custom page
So let's say that I wanted to load a page on a Standard object like Accounts. I could create the visualforce page with Account as the Controller and drag it onto the Account page. How can I do this with a custom edit page? I am trying to get a pop-up to display if a certain condition is met, but can't seem to figure out how this would work.
You want to add a Visualforce page inline on an edit page?
The supported method is to create a new Visualforce page and then override the Edit button to use the Visualforce page. It requires more work than just dropping a VF page on to the page layout, but you can customize it however you want.