Oct 2nd, 2011, 10:54 AM
Huh, curious one! If the redirect URL wasn't specified, Form Tools would let you know, so it *sounds* like the process.php is just failing to redirect. Did you modify process.php at all?
Try add this to your /global/config.php file:
Then put through another submission. Do you see any errors at all?
- Ben
Try add this to your /global/config.php file:
PHP Code:
$g_default_error_reporting = 2047;
Then put through another submission. Do you see any errors at all?
- Ben