Feb 20th, 2012, 2:53 PM
Hello,
I'm probably missing something very basic but I can't seem to make Ben's validation script (PHP Validation - v2.3.3 ) work together with formtools: after a succesful validation I'm redirected to a page with the message: "process.php is not receiving any data. Note: this script cannot be loaded directly in your browser.
Make sure your form is sending via POST."
In the 'no errors' part of the script I have:
Any help is welcome,
Theo
I'm probably missing something very basic but I can't seem to make Ben's validation script (PHP Validation - v2.3.3 ) work together with formtools: after a succesful validation I'm redirected to a page with the message: "process.php is not receiving any data. Note: this script cannot be loaded directly in your browser.
Make sure your form is sending via POST."
In the 'no errors' part of the script I have:
Code:
header("Location:http://www.vavorijnmondcollege.nl/formtools/process.php");
exit;
Any help is welcome,
Theo