Profile Name
Last modified: August 26, 2009 - 22:18
While delving into helping buddies familiarize with Drupal and CiviCRM profile system. They always seem to ask why it doesn't work (they're used to copy and pasting :-o).
Anyways, you just have to replace print_r ($array['Profile Name'][0]['value']); with the fields you want...In most cases: print_r ($array['Name and Address'][0]['value']);
