Active
Project:
Email Field
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Apr 2010 at 12:26 UTC
Updated:
17 Apr 2010 at 12:26 UTC
I have the following code on my node-page.tpl.php
$node->field_email[0]['view']
$node->field_email[1]['view']
$node->field_email[2]['view']
Unfortunately it is outputting the first value for all three statements. Is there a problem with my code? Or is this a limitation of the module?