All that is wrong is the "name &&" bit. Try this code:
Code:
var name = $('#po8').val();
if(name == '' || name == null) {
alert("Please enter the name of the client in the highlight video!");
return false;
}
]
I'll update my example above so as not to confuse people who don't read the whole thread..