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

Overriding portal login page
So, if I have a sites page that displays various links (some of which are pages contained in the customer portal) when they click the link they are taken to the generic customer portal login, how do I route it so they get taken to a login page that I create myself?
Thanks
Hi ,
<apex:outputText value="{!r.your_field__c}" escape="false"/>
HI,
U can do One thing , u can take source of Sites login page and u can create custom vf page.
Let me know in case of any issues.