Skip to content

Instantly share code, notes, and snippets.

@Riaan-ZA
Created March 19, 2012 13:06
Show Gist options
  • Save Riaan-ZA/2111438 to your computer and use it in GitHub Desktop.
Save Riaan-ZA/2111438 to your computer and use it in GitHub Desktop.
Drupal 7: Access fields raw value
<?php print $field_email[0]['value']; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment