Redirect to Custom URL after quiz, based on answersCopy PageRedirect user to custom URL after quiz Add this function to "Custom JS function to execute before Quiz finish" in Quiz settings JavaScriptfunction(){ if (window.answers.gender == '') location.href = '/paywall/1'; else location.href = '/paywall/2'; } Updated 3 months ago Custom 'After pay' page with redirectAdding redirect to external paywall after price selectionDid this page help you?YesNo