Skip to content

Instantly share code, notes, and snippets.

@DejanBelic
Last active March 29, 2017 11:37
Show Gist options
  • Save DejanBelic/0b92b15cd99cdc9a3239bf78dc8bae6f to your computer and use it in GitHub Desktop.
Save DejanBelic/0b92b15cd99cdc9a3239bf78dc8bae6f to your computer and use it in GitHub Desktop.
Template suggestion for contact form
function THEME_theme_suggestions_form_alter(array &$suggestions, array $variables) {
$suggestions[] = 'form__' . $variables['element']['#form_id'];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment