Hi @amybenes,
Based on some documentation I’ve read (here), it looks like you might want to consider using something like this:
ga(‘send’, ‘event’, ‘Videos’, ‘play’, ‘Fall Campaign’);
Regardless, you should remove the quotes surrounding the Google Analytics event inside the onFormSubmit function, as this worked in my own testing.