Hi- is there any way to tweak the script so that instead it showing
"You did not enter one or more of the required fields. Please go back and try again",
the user is re-directed to a custom error page?
I am a total beginner when it comes to php - tried to replace
$error.="<li>You did not enter one or more of the required fields. Please go back and try again.";
with
$errorurl = "http://www.xxxxxxx.com/error.html" ;
but obviously, that does not work!
Any help appreciated! Alex,London, UK
Anyone that has any idea? Please help!
Log in to post a comment.
Hi- is there any way to tweak the script so that instead it showing
"You did not enter one or more of the required fields. Please go back and try again",
the user is re-directed to a custom error page?
I am a total beginner when it comes to php - tried to replace
$error.="<li>You did not enter one or more of the required fields. Please go back and try again.";
with
$errorurl = "http://www.xxxxxxx.com/error.html" ;
but obviously, that does not work!
Any help appreciated!
Alex,London, UK
Anyone that has any idea? Please help!