Submitted by tyler on Wed, 03/23/2011 - 12:55
To theme the exposed filter form on a view in Drupal:
- Copy sites/all/modules/views/theme/views-exposed-form.tpl.php to sites/all/themes/MY_THEME/views-exposed-form--MY-VIEW-NAME.tpl.php
- Use the views admin UI to rescan the template files
- Basic Settings -> Theme Information -> Rescan Template Files
- Note: it won't show your new template file in the list
- Save your view
If you need more fine tuned methods of modifying the actual form, then use hook_form_alter instead.