First of all, what i’m trying to accomplish is a registration page with my own custom registration template. My Login is placed in a narrow, horizontal space beneath my main menu, so i need the registration form to appear on a new page stripped from other content.
Alright here’s the deal:
My WebLoginPE call in template:
[!WebLoginPE? &loginFormTpl=`loginFormTpl` &successTpl=`successTpl` &groups=`Beboere` ®HomeId=`45` !]
On page 45 i have a WebLoginPE type call:
[!WebLoginPE? &type=`register` ®isterTpl=`registerTpl` !]
Problem occurs when a required* form is left blank, and the user try’s to register. What then happens is the default registration template (rather than my own `registerTpl`) suddenly appears. And it appears on top of the other.
You can see this for yourself click:
http://www.norlins.dk/uchihaproject/nybruger.html and just click the Udfør button (thats register on danish

)
I’m probably just confused and is missing something, or misunderstood a feature? hehe, any guidance is welcomed!