Hello,
I found this on the LFanswers not too long ago, however I can't find it again. I had it working, and now it is not :(
$('.Reject').click(function(){
if($('#comments').val() == '')
{
alert('Please enter reason for denial in comments field below.');
return false;
}
});
and
I do have the Reject button selected. the Label for the Reject button is "Return to Sender"
Thanks for any assistance!!