Make field required in edit mode

  • 3 June 2015
  • 1 reply
  • 3 views

Badge +4

What formula would I use to make a field required only in edit mode?

I've tried

=isNullOrEmpty(Volunteer)and(Is Edit Mode)

=Is Edit Modeand(isNullOrEmpty(Volunteer))


1 reply

Badge +4

I posted too soon.

I got it to work with =Is Edit Mode​ && isNullOrEmpty({Self})

Reply