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
dasari123dasari123 

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
Puja_mfsiPuja_mfsi
Hi,
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.