I am still using the webloginpe.templates.php for all my forms, but trying to get the Pending and Notify functions working...
I have the WebLoginPE as a chunk that is displayed in my sidebar.
[!WebLoginPE? &type=`simple` ®HomeId=`60` &profileHomeID=`67`!]
Click Register and it loads the user registration page, which uses this
[!WebLoginPE? &type=`register` ®Type=`pending` &groups=`Pending Users` ®SuccessId=`33` ®SuccessPause=`1` ¬ifyTpl=`notifyAdmin` ¬ify=`[email protected]`!]
And yes, I have a chunk and template (made both just in case) named notifyAdmin with the following code:
Hello, my name is [+ufn+] and I just signed up at [+sname+] using WebLoginPE.
My email address is [+uem+]
P.S. This message was auto generated by WebLoginPE and PHPMailer.
Couple of problems...
1. After clicking register, the user is returned to the same registration page, even though I have ®SuccessId=`33` set. And the sidebar login chunk displays a duplicate registration page.
2. No email is generated to the ¬ify address, but the user receives an email with user and pass.
Help!