How do I create an alert that pops up when submit his clicked but not all fields are complete?
Hi! I know how to write an alert for a single field, but can't figure out how to make it work for several fields & check boxes in the submit button. Here is my code for one field:
if (getField("Date").value=="") app.alert("Please complete the form before signing!", 0);
Thank you!