Below is some simple code I want to try for the missing_fields_redirect option. The website gives virtually no information of how to make use of this value, outside of the fact that it can redirect to a user created error page. I am beginning to assume it is designed for a static page? Which would be useless if you can't tell people what is missing. But for instance, if a field fails a regex check, the default error page doesn't tell you any information at all. So, I want to write my own script to handle the error checking. If this fails, I suppose I could hard code the error page into Formmail.php, but I want to avoid changing the script itself to make upgrades easier later. Here's some code (using just one field), but it completely bombs out, doesn't echo out anything at all. What is the problem?
***SEE UPDATED CODE BELOW***
[nevermind]