We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 24009
    • 20 Posts
    I’m using WebloginPE in simple mode (see snippet call below)and want to use my own template for users to change their password or update details after they have logged-in.

    If I use the default template all seems to be fine. However, if I use my own template the auto-complete user name and other details are missing. I’ve even tried pasting the default template code into my custom template and the auto-completes are still missing. Any ideas?

    Mike

      • 24009
      • 20 Posts
      Sorry - forgot to add the snippet call:

      [!WebLoginPE? &type=`simple` &regType=`verify` &loginFormTpl=`login` &successTpl=`LoginSuccess` &registerTpl=`Register` &profileTpl=`profilePE`!]

      Mike
        • 24009
        • 20 Posts
        Looks like I’m talking to myself on this one but I’ve cracked the problem! There’s a typo in the DefaultProfileTpl in the Default Forms folder. I haven’t spent time to find it yet but I was using this template as the starting point for my custom template so this was the root cause.

        When I extracted the real default template (located in weblogin.templates.php)all was well and I’ve now modified that for my purpose successfully.