We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 2912
    • 315 Posts
    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? 
    &regHomeId=`249` 
    &profileHomeId=`248` 
    &liHomeId=`[(site_start)]` 
    &loginFormTpl=`FormLoginPE` 
    &notify=`[(emailsender)]`
    &successTpl=`SuccessLoginPE` 
    &customFields=`email_password`!]
    


    Here’s what I have in my register page:
    [!WebLoginPE?
    &regType=`verify`
    &type=`register`
    &regRequired=`email,fullname,username,tos`
    &notify=`[(emailsender)],[email protected]`
    &regSuccessId=`35`
    &groups=`User Group`
    &regSuccessPause=`1`
    &registerTpl=`RegstierVerifyTpl`
    &tosChunk=`tosTpl`
    !] 
    


    To work around it I had to put the following parameter in the template:

    &registerTpl=`FormLoginPE`
    


    Hope it explains it well enough.
      BBloke