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

How can I default a Visual Force page to be in edit mode?
How do I set the following page to be in edit mode?
<apex:page standardController="Site__c">
<apex:detail subject="{!Site__c.id}" />
</apex:page>
The following URL asked for this functionality a long time ago. Is it available yet?
https://sites.secure.force.com/features/ideaView?c=09a30000000D9xtAAC&id=08730000000BrQt&returnUrl=%2Fapex%2FideaList%3Fc%3D09a30000000D9xtAAC%26category%3DApex%2B%2526%2BVisualforce%26sort%3Dtop
Thank you for any help.
This functionality is still not available. You would need to recreate an edit page on your own.
All Answers
This functionality is still not available. You would need to recreate an edit page on your own.