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

need help with site template
dasari123
i created a site with login page as active site home page with controllers as login ,cancel,register ,i have site templete code which is active also but in my site iam unable to see the site template can you please help me out.
my created site addresses is
survey234-developer-edition.ap1.force.com
i created a site with login page as active site home page with controllers as login ,cancel,register ,i have site templete code which is active also but in my site iam unable to see the site template can you please help me out.
my created site addresses is
survey234-developer-edition.ap1.force.com
You need to add site template in your VF page.
<apex:composition template="{!$Site.Template}">
After that add
<apex:define name="body">
<!-- put your login page code here -->
</apex:define>
and then close </apex:composition>
please let me know if u have any problem on same.