We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 25902
    • 27 Posts
    Hi all, I’m trying to customise the various form layouts using Chunks.

    Here’s my webloginpe call:
    [!WebLoginPE? &regHomeId=`47` &profileHomeId=`48` &registerTpl=`wlpe_register’ &profileTpl=`Profile` &regRequired=`email,username,firstName` &liHomeId=`1`!]

    However, my layout created in both ’Profile’ and ’wlpe_register’ chunks are not shown. It is still reverting to the layout defined in webloginpe.templates.php.

    What am I doing wrong? Can someone post a sample webloginpe call using a chunk as template and the contents of it’s chunk?
    Also, can anyone point out to me as to where I can find a complete listing of template calls? (e.g. &registerTpl, &profileTpl, &successTpl=) I cant find them in the docs.

    Thanks.
      • 4310
      • 2,310 Posts
      For the profile page I use :
      [!WebLoginPE? &type=`profile` &loHomeId=`140` &profileTpl=`edit-profile`!]

      For the registration page :
      [!WebLoginPE? &type=`register` &regType=`simple` &registerTpl=`register-form` &registerSuccessTpl=`now-registered` &groups=`Registered Users` &notify=`[email protected]` &notifyTpl=`notify` &notifySubject=`New Registration`!]
        • 25902
        • 27 Posts
        Heyas Bunk, thank you for the quick reply. From your sample I could see where I went wrong. grin
          • 4310
          • 2,310 Posts
          Easy when you know how wink