Restrict submit if there are no attachments attached on the form depending on certain conditions
In the form: If the url value is empty it should check if there are any attachments attached. if attachment is there it should submit otherwise it should not submit instead throw an error message.In the below script that I am writing:g_form.getUnique...
