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 about 2 months ago Did this page help you?YesNo