Skip to content

Instantly share code, notes, and snippets.

@heddn
Last active December 30, 2015 00:29
Show Gist options
  • Select an option

  • Save heddn/7749546 to your computer and use it in GitHub Desktop.

Select an option

Save heddn/7749546 to your computer and use it in GitHub Desktop.
<?php
// Hide totals field.
foreach (element_children($form['field_total_price']) as $key) {
$form['field_total_price'][$key]['#access'] = FALSE;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment