We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 27330
    • 884 Posts
    I’m using webloginPE in a side bar, and like the registration form I want to have the password reset page open in another page.
    If I set the doc id in &resetTpl I get the doc id instead of the resetTpl chunk.

    So I tried creating a new doc and put this in it without luck.
    [!WebLoginPE? &disableServices=`default,login,logout,profile,saveprofilesimple,deleteprofilesimple,confirmdeleteprofilesimple,registernew,register,resetpassword,activate,activated` !]


    Is there a way I can have it open in another doc id?
    Thanks in advance for any reply.
      • 27330
      • 884 Posts
      Hmm, no one else uses this in sidebar and can chime in?
        • 8894
        • 114 Posts
        Hi sinbad,

        What I’ve done in a such case : I modified &loginFormTpl.
        My "Forgot" item isn’t a button like in default template, but a normal link.
        So I simply put in my href attribute:
        href="[~other_page_id~]?service=forgot"
        (replace ? with & if you don’t use friendly URL)
          • 27330
          • 884 Posts
          thanks enidan, that what I needed. stupid me went all the way around disabling all the other services instead of calling the service in the url...