May 9th, 2009, 1:01 PM
Yup, this is a bug. It's a simple fix; I'll include it in the next release (today or tomorrow).
If you don't want to wait, just edit line 12 of index.php (found in your Form Tools root folder) from this:
to this:
Thanks for reporting this.
- Ben
If you don't want to wait, just edit line 12 of index.php (found in your Form Tools root folder) from this:
PHP Code:
header("location: {$g_pages[$login_page]}");
to this:
PHP Code:
header("location: {$g_root_url}{$g_pages[$login_page]}");
Thanks for reporting this.
- Ben