Behaviour.register(
    {
        'form.comment-create' : function(element){
            new FormTracker(element, "Comment");
        }
    }
);