How can I make a "Date Signed" field required if another field has a specific selection made?

We have a "Date Signed" field in our Leads module and we want it to be required if the Status = "Client Signed". I have tried another suggestion I saw in this forum of  equal($status,"Client Signed") but this does not make the field required. Any help would be greatly appreciated. 

Parents
  • Hi Dawn,

    If you check the "Required" checkbox in Studio, you can set the "Required If" formula to be = equal($status,"Client Signed")

    I have multiple fields with the same formula in the "Visible If" and "Required If" field definitions...

    Bud Hartley | Cape Foulwind, NZ (and Oregon, USA)

Reply
  • Hi Dawn,

    If you check the "Required" checkbox in Studio, you can set the "Required If" formula to be = equal($status,"Client Signed")

    I have multiple fields with the same formula in the "Visible If" and "Required If" field definitions...

    Bud Hartley | Cape Foulwind, NZ (and Oregon, USA)

Children