I have a single nintex form associated with 7 different pages. Right now I have it such a way that whenever a user fill out the form and do a save and close the user is redirected to the page based on the title of the page. For example: fn-if(fn-contains(Site URL, "continent_Africa"), "www.somesite.com/country/continent_Africa.aspx", fn-if(fn-contains(Site URL, "continent_Asia"), "www.somesite.com/country/continent_Asia.aspx", fn-if(fn-contains(Site URL, "continent_Australia"), "www.somesite.com/country/continent_Australia.aspx")))
of course, it's all 7 continents.
However, I want to refresh that page also. I used the following in the Client click field in the form settings, window.location.reload(), but the unfortunately the page did not refresh. Is there a way to do this?
Help!
Thank you in advance!