Yes, there is. You can use the On Exit event with this code:
if (event.target.value==event.target.defaultValue) app.alert("This field is required!",1);
Yes, there is. You can use the On Exit event with this code:
if (event.target.value==event.target.defaultValue) app.alert("This field is required!",1);