if (!empty($input) && !empty($name) ) {
if (!empty($value)) {
$value = json_decode($value,true);
}
$id_root = str_replace("[", "", $name);
$id_root = str_replace("]", "-", $id_root);
$obbligatorio["stato"] = "N";
$obbligatorio["regione"] = "N";
$obbligatorio["provincia"] = "N";
$obbligatorio["citta"] = "N";
if ($input["obbligatorio"] == "S" && !$bozza) {
$obbligatorio["stato"] = "S";
$obbligatorio["regione"] = "S";
$obbligatorio["provincia"] = "S";
$obbligatorio["citta"] = "S";
}
?>
if (!empty($value["stato"])) { ?>
} ?>
if (!empty($value["regione"])) { ?>
} ?>
if (!empty($value["provincia"])) { ?>
} ?>
} ?>