Hey, After the User Agreement section during the signup process, the user is redirected to a thanks.php page. Where is the code that directs you to thanks.php? I've seen it somewhere before, but i can't seem to find it anymore. Thanks, Matt
This is not recommended to change that url. The better way is to modify thanks.html template or make redirect in thanks.php remove this: $t->display("thanks.html"); add this: header("Location: /url/");