sorry ..this is the whole code:
this is the whole code:
<?php
function show_page($message=null, $sendSuccess=null) {
header('Location: /thank-you');
}
function error_bool($error, $field) {
if($error[$field]) {
print("class=\"error\"");
}
else {...
Hi there:
I have this function which validates chosend fields from the form and gives the alert poop up box on submission listing which all fields were not filled.
But for some reason...even after leaving al the fields blank..i am not getting any pop up box...here is my function:
function...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.