Make user redirect to the URL

DocTrix Forms for Office 365 > How to? > Make user redirect to the URL

JavaScript function sample:

function() {   window.location = 'URL';   return { skipRedirect: true}; }()

 

Contents