Salve a tutti! E' un'implementazione di B2BSuite: // INIZIO CODICE FISCALE if ($language == 'italian'){ if (ACCOUNT_CF == 'true') { if (($cf == "") && (ACCOUNT_CF_REQ == 'true')) { $error = true; $messageStack->add('create_account', ENTRY_CF_ERROR); } else if ((strlen($cf) != 16) &...