This is not working for the button on the bottom right "Yes this is My ID Goto Next Screen"
The button is not switching.
Here's what I have in the
DisplayMode =
If(
(!IsBlank('sbox-Student_ID'.Text) && !IsBlank(gal_StudentID) && Len('sbox-Student_ID'.Text) = 7
&&
!IsBlank(LookUp('Student Thank You Cards for Donors',('sbox-Student_ID'.Text) = Student_ID)))
||
(!IsBlank('sbox-SCode'.Text) && !IsBlank(gal_SCode) && Len('sbox-SCode'.Text) = 9
&&
!IsBlank(LookUp('Student Thank You Cards for Donors', ('sbox-SCode'.Text) = SCode))),
DisplayMode.Edit, DisplayMode.Disabled)
This is for the button on the bottom right "Yes this is My ID Goto Next Screen"
