Hi,
I am putting together an audit app. I want to make sure that all the questions are answered before the audit can be submitted. I have the questions in a gallery and am trying to use a ForAll and IsBlank function in the DisplayMode setting of the SUBMIT button. But, I keep getting an error regarding an expected enum value:

Can anyone help, please?
Note that the radio button options are just 'Yes' and 'No'. The extra text after no is just a label. I have tried:
ForAll(HSAuditGallery1.AllItems,If(((Radio1.Selected.Value="Yes") Or (Radio1.Selected.Value="No")),DisplayMode.Edit,DisplayMode.Disabled))
but that doesn't work either.
Thanks,
Izzy.