Request should not be created if there is no email address associated with the requester. Instead it should prompt and alert stating there is no email address associated with the requester.
if($CS.getValue("REQUESTER.EMAILID")==""|| typeof $CS.getValue("REQUESTER.EMAILID") == "undefined"){
$CS.stopFormSubmission();
alert ("There is no email address associated with the requester")
}