Hello Everyone,

I was wondering if someone could assist me in how to render fields on profile-node-form.tpl.php for conditional fields to work properly.

I tested on Garland theme and the controlled field hides and shows accordingly to the controlling field (works great!)
But on my custom theme I render field in my template file like below:

print drupal_render($form['field_example']['value']);
// more fields
print drupal_render($form);

..and conditional fields seems to not be working at all.

I would really appreciate your help!
This is a great module and I would really like to use it on my website =)

Thanks!

Comments

peterpoe’s picture

Status: Active » Closed (duplicate)