Skip to content

Instantly share code, notes, and snippets.

View rlnorthcutt's full-sized avatar
🇺🇦

Ron Northcutt rlnorthcutt

🇺🇦
  • Appsmith
  • Austin, TX
View GitHub Profile

Keybase proof

I hereby claim:

  • I am rlnorthcutt on github.
  • I am rlnorthcutt (https://keybase.io/rlnorthcutt) on keybase.
  • I have a public key whose fingerprint is EC19 9FA3 4BB6 741D EE96 8EC5 1BFE 51B3 A214 5B36

To claim this, I am signing this object:

@rlnorthcutt
rlnorthcutt / gist:1e3a2fb5a5770ec338fb
Created November 14, 2014 18:46
onename verification
Verifying that +rlnorthcutt is my openname (Bitcoin username). https://onename.io/rlnorthcutt
/**
* Implements hook_form_alter().
*/
function MYMODULE_form_alter(&$form, &$form_state, $form_id) {
// If you have the Devel module turned on, use this to inspect the form array
// You can also use the form id to select a specific node type (like "article_node_form")
// dpm($form);
// dpm($form_id);
// The isset() here is just to prevent PHP notices for forms where its not present