I just discovered you can use pre-populate module to select a contact category in a Drupal contact form.
For instance, if you have 3 categories for your contact form and want to pass an url to pre-select category 3, just pass ?edit[cid]=3 in your link, e.g. http://yourdomain.com/contact?edit[cid]=3.
Nice.