Formstack Event Value Tracking
<script>
var hash = window.location.hash.substring(1); /*Loan Amount Variable*/
var uid = window.location.search.substring(1); /*User ID Variable*/
ga('send', 'event', 'Category', 'submit', uid, +hash); /*Send, Event, Event Category, Event Action, Event Label, Event Value*/
</script>