Redirecting after Ajax post

success: function(response){
    window.location.href = response.redirect;
}

Hope the above will help because I had the same problem

Leave a Comment