when submitting a new text help the new inserted one is not saved. The mistake is on this line (around 65):

if ($form['field_type']['#value'] == 'map_location') {
unset($form['widget']['default_value_fieldset']);
if (!strlen($form['widget']['description']['#value']))
$form['widget']['description']['#value'] = "";
}
}

Comments

OliverColeman’s picture

Status: Active » Closed (duplicate)