I'm working on applying nested if statements in the Redirect URL field on a nintex form and having some problems with the syntax. Here is a code snippet....
fn-if(fn-contains(Site URL, "cntry_Africa"), "www.somesite.org/dashboard/sitepages/cntry_Africa.aspx",
fn-if(fn-contains(Site URL, "cntry_Asia"), "www.somesite.org/dashboard/sitepages/cntry_Asia.aspx",
fn-if(fn-contains(Site URL, "cntry_America", "www.somesite.org/dashboard/sitepages/cntry_America")))
I'm new to this and not too sure what I'm doing incorrectly. Can someone help?
Thanks!