<?php print drupal_render($form['field_prod_image']); ?>

This does not give me the input fields for the title and description even though they are enabled.

How do I go about rendering these extra fields associated with the field_prod_image field?

I could create new fields for this but they are already there so I'd like to use them.

(print_r($form) is crazy)

Comments

donpwinston’s picture

Status: Active » Closed (works as designed)