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

Forward user to Visualforce page on Customer Portal
Hi,
I would like to setup a link in emails to customers so that they can directly login to Customer Portal and redirected to a custom Visualforce page. For example my page URL is as follows:
/apex/TestPage?id=12345&name=abcde
When the email is sent out, the email should point the user to the customer portal login page first and once the authentication is successful, send the user to the TestPage. I'm thinking the URL should be something like:
https://na1.salesforce.com/secur/login_portal.jsp?orgId=XXXX&portalId=YYYY&StartURL=/apex/TestPage?id=12345&name=abcde
Is it possible to do this?
Thanks!
https://ap1.salesforce.com/secur/login_portal.jsp?orgId=00D90000000eLJU&portalId=0609000000050Py&startURL=/apex/checkExmple
Above is what you need i have tested it and its working