function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Yelena Glezer 12Yelena Glezer 12 

Visual Flow Finish button functionality

I am new to the visual flow concept and had to create a survey flow. The flow works fine, but I am taken back to the first screen after clicking the finish button. I found some recommendations and created a visualforce page (below). When I launch my survery from the preview button on Visualpage, Finish button functions as expected. However, If I launch the survey with a custom button, the Finish button is not working
<apex:page >
<flow:interview name="Response_Team_Survey" finishLocation="{!URLFOR('/home/home.jsp')}">
</flow:interview> </apex:page>

I am pretty sure I am missing a step or a few here, but I just don't know how to fix it. 

Any help is apprecated. 
Andy BoettcherAndy Boettcher
Check out your Javascript console to see what errors are being thrown