Posted by Nicolo2 on January 6, 2013 at 3:46am
Now I know How to theme field and its values, but I want to know. How can I make to its whole fieldgroup?
I made groups like below.
group_custom_1
field_1
field_2
field_3
group_custom_2
field_4
field_5
field_6
I tried to put in form.tpl.php
<?php print drupal_render_children ( $form['group_custom_1'] );?>but it is not working at all.
How can I display whole its Field Group?