For some reason my "done" button on the "profile editor" never goes back to my profile home page.
How do I force the profile done button/service to go back to a specific page? (ie: the users profile home page)?
Here’s what I’ve done so far;
Login page (ID: 11443)
<!-- custom login form. Both after login and profile home are forced to go to my profile editor page -->
[!WebLoginPE_131? &type=`simple` &loginFormTpl=`wlp_LoginFormTpl` &liHomeId=`11471` &profileHomeId=`11471`!]
Profile editor page (ID: 11471)
<!-- profile editor -->
[!WebLoginPE_131? &type=`profile` &profileTpl=`wlp_ProfileEditor` &profileHomeId=`11471`!]
Although I’m sending my "done" service back to the profile editor, my plan is to have a specific "profile home page" or "control panel" where you can choose to edit your profile, etc.
But the "done" button never goes back to 11471.
How do I force "done" to go to a specific page?