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
Sorry - forgot to add the snippet call:
[!WebLoginPE? &type=`simple` ®Type=`verify` &loginFormTpl=`login` &successTpl=`LoginSuccess` ®isterTpl=`Register` &profileTpl=`profilePE`!]
Mike
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.