Skip to content

Instantly share code, notes, and snippets.

@mrchrisadams
Created September 7, 2010 16:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrchrisadams/568589 to your computer and use it in GitHub Desktop.
Save mrchrisadams/568589 to your computer and use it in GitHub Desktop.
<?php
switch($form_id) {
case 'group_node_form':
var_dump($form);
// want to hide two of these options when creating new groups
unset($form['#content_extra_fields']['og_register']);
// why would this not work?
break;
}
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment