I’ve posted a bug on google yesterday but thought it would be an idea to post it here too.
I found when using a WebLoginPE snippet in a template and in a document together during the verify registration process you get the RegisterInstantTPL page displayed after submission of the verify template.
Here’s what I have in my template:
[!WebLoginPE?
®HomeId=`249`
&profileHomeId=`248`
&liHomeId=`[(site_start)]`
&loginFormTpl=`FormLoginPE`
¬ify=`[(emailsender)]`
&successTpl=`SuccessLoginPE`
&customFields=`email_password`!]
Here’s what I have in my register page:
[!WebLoginPE?
®Type=`verify`
&type=`register`
®Required=`email,fullname,username,tos`
¬ify=`[(emailsender)],[email protected]`
®SuccessId=`35`
&groups=`User Group`
®SuccessPause=`1`
®isterTpl=`RegstierVerifyTpl`
&tosChunk=`tosTpl`
!]
To work around it I had to put the following parameter in the template:
®isterTpl=`FormLoginPE`
Hope it explains it well enough.