have a survey [Out Of Box] list with multiple questions once i fill up and click on finish it should get redirected to Home Page page. How To Do It Programmatically.?
1 Reply
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Bhushan GawalePosted Jan 20, 2015, 6:53 AM
$("#surveyButton").on("click",function(){
//redirect
window.location = "http://www.yoururl.com";
});