Add event tracking to simple 'contact us' form (:P)

How would I add tracking to this simple contact us form;


<form name="contactform" method="post" action="sendEmail.php">

The .php file includes things like validation (etc). I just want to do some simple event tracking, where a user who contacts us is then listed as an event/conversion etc. Any help with this appreciated.