Hi,
It’s been a while since i’ve used webloginPE, but i want to use a custom template for the login, but for some reason my chunk doesn’t get used when the type=`simple`. It’s fine if i use register.
So this call:
[!WebLoginPE? &type=`simple` ®isterTpl=`login-chnk` &liHomeId=`33` !]
Doesn’t display html form the chucnk login-chnk
But if i change the type to register it works fine. I need to use simple as I want the forgotten password functionality which doesn’t seem to work on the simple type.
Any ideas?
Thanks
Ben
Simple is the default type, Have you tried the call without stating the type parameter?
-
☆ A M B ☆
- 24,524 Posts
The ®isterTpl is for the registration form. For the login form it’s &loginFormTpl. It all depends on what service is being requested. The default is the login service; the register service is invoked if the user clicks the Register link in the login form.