Just not really sure if this code is correct. Can someone let me know?
I have five "status" events in a form. Based upon that, I want to do something. Does it work by using:
if($submit) && ($status == "Open") or ($status == "InProcess") or ($status =="Closed)) {
Just not real sure about how to word this...
Thanks!