After embedding the interview in an application, how to enable the Submit button to redirect to...
Content
Hi there,
We have created an interview and successfully embedded into another application:
<script src="https://murdoch-opa--tst1.custhelp.com/web-determinations/staticresource/interviews.js"></script>
<div style="display: inline-block; width:100%">
<div id="future_learn" style="width: 100%; display: block; margin-left: auto; margin-right:auto; float: left"></div>
</div>
<script>
var el = document.getElementById("future_learn");
var webDeterminationsUrl = "https://murdoch-opa--tst1.custhelp.com/web-determinations";
var deploymentName = "FutureLearn_tst";
OraclePolicyAutomationEmbedded.StartInterview(el, webDeterminationsUrl, deploymentName );
</script>
The question is how to set a redirect when user finish the interview and click the Submit button? See image below. Currently it just stays at the page and going nowhere.