validation 19 is the user country:
$WAFV_Errors .= WAValidateRQ(((isset($_POST["UserCountry"]))?$_POST["UserCountry"]:"") . "",true,19);
looks like you have deleted the user country form element, so you will need to delete that line from the validation.


