You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

After embedding the interview in an application, how to enable the Submit button to redirect to...

edited May 14, 2018 2:21AM in Intelligent Advisor for Fusion Service 6 comments

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&gt;
<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.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!