I’m working with a simple registration form, and when the person has a successful registration I’m trying to redirect them to another page that the user group has access to.
The registration follows through successfully and emails are sent out, the user is created in the back-end, but the redirect is giving me major problems.
This is a site that I’m building in a sub folder of my main site, and then plan to move to my clients site after it is all built, money is in the bank, etc.
When the redirect takes place, it doubles the sub-folder in the URL so I get taken back to my site 404 page. For example the registration page located at www.mysite.com/subfolder/index.php?id=1, the redirect should go to www.mysite.com/subfolder/index.php?id=2, but it takes me to www.mysite.com/subfolder/subfolder/index.php?id=2.
This is weird. Here’s my snippet call:
[!WebLoginPE? &type=`register` &groups=`Volunteers` ¬ify=`[email protected]` ®isterTpl=`VolRegTpl` ®SuccessId=`13` ®SuccessPause=`0`!]