When an email entry is made on a form, if the format is wrong it triggers the validation function which is good, however, if i submit the form with the invalid email format it will go through becuase obviously it is a string. Any ideas on a logic i can use to avoid this? for the other fields i use the "is not set" logic for empty fields so what can i use for emails?