Avatar

Correct answer by
Level 10

Your if statement is incomplete. You need to put the test in again for the other value:

if (form1.Page3.Author.Reviewed.Admin.rawValue == null || form1.Page3.Author.Reviewed.Admin.rawValue == " ")

View solution in original post