Display Form Behavior
Posted: 12 Nov 2014
Is there something special in Display Forms that would prevent code like this from executing?
if (fd.field('urgent').control()._el().find('input').prop('checked')){
alert("You have marked this request Urgent.");
$("#displayAlert").show();
};
if (fd.field('urgent').control()._el().find('input').prop('checked')){
alert("You have marked this request Urgent.");
$("#displayAlert").show();
};