Hi all,
Just wanted to know what was the best method on forms for multiple if statements. Sure I can do nested statements, but when there are 15+ conditions I'm working with I wondered if there was a better way.
I looked up the Switch function in Javascript however I don't think it works with the modern designer Javascript due to limitations.
Bascially I wanted the form to do things based on what the users domain was.
Thanks