theme

Drupal How to Theme a Views Exposed Filter Form

To theme the exposed filter form on a view in Drupal:


  1. 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
  2. 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
  3. Save your view

If you need more fine tuned methods of modifying the actual form, then use hook_form_alter instead.

Subscribe to RSS - theme