I want the success on ajax post to go to the home page. For some reason I keep doing it wrong. Any idea what I should do to fix this?
window.APP_ROOT_URL = \
success: function(response){ window.location.href = response.redirect; }
Hope the above will help because I had the same problem