hi, I would love if the field had settings for the fieldset in fields.
Collapsible and collapsed is currently hardcoded.

getlocations_fields.module line:1013

$widget += array(
    '#type' => 'fieldset',
    '#title' => t('Location'),
    '#collapsible' => TRUE,
    '#collapsed' => TRUE,
    '#delta' => $delta,
    '#element_validate' => array('getlocations_fields_widget_validate'),
  );

Comments

jm.federico’s picture

Status: Active » Closed (cannot reproduce)

Hi, I think you had the wrong module, we do not have any fieldsets in this one

Marking as closed