Send analytics event after submitting group inquiry form

This commit is contained in:
Jessica Lawshe 2018-03-15 11:21:17 -05:00
parent 89cfd98af3
commit 5cc6fb8843

View file

@ -103,5 +103,6 @@ define [
request.then (response)->
$scope.sent = true
event_tracking.send 'subscription-funnel', 'plans-page', 'group-inquiry-sent'
$scope.error = (response.status != 200)
$scope.$apply()