

/*************** START .EU *******************/
$additionaldomainfields[".eu"][] = array(
 "Name" => "Language",
 "Type" => "dropdown",
 "Options" => "cs,da,de,el,en,es,et,fi,fr,hu,it,lt,lv,mt,nl,pl,pt,sk,sl,sv,ro,bg,ga",
 "Default" => "en",
 "Required" => true,
 );
/*************** END .EU *******************/

/*************** START .BE *******************/
 $additionaldomainfields[".be"][] = array(
 "Name" => "Language",
 "Type" => "dropdown",
 "Options" => "en,fr,nl",
 "Default" => "en",
 "Required" => true,
 );
/*************** END .BE *******************/

/*************** START .COM.BR *******************/
 $additionaldomainfields[".com.br"][] = array(
 "Name" => "CPF/CNPJ number", 
 "Type" => "text", 
 "Size" => "18", 
 "Description" => "<br /> CPF Format (11 digits) : NNN.NNN.NNN-NN <br /> CNPJ Format (14 digits) : NN.NNN.NNN/NNNN-NN",
 "Default" => "", 
 "Required" => true,
 );
/*************** END .COM.BR *******************/

/*************** START .NU/.SE *******************/

 // .NU
$additionaldomainfields[".nu"][] = array("Name" => "Legal Type", "LangVar" => "nulegaltype", "Type" => "dropdown", "Options" => "individual,organization", "Default" => "individual",);
$additionaldomainfields['.nu'][] = array('Name' => 'Identification Number', 'DisplayName' => 'Identification Number <sup style="cursor:help;" title="Personal Identification Number (or Organization number), if you are an individual registrant (or organization) in Sweden">what\'s this?</sup>', 'LangVar' => 'nu_iis_ideno', 'Type' => 'text', 'Size' => 20, 'Required' => true,);
$additionaldomainfields['.nu'][] = array('Name' => 'VAT Number', 'DisplayName' => 'Optional VAT Number <sup style="cursor:help;" title="Optional VAT Number (for Swedish Organization)">what\'s this?</sup>', 'LangVar' => 'nu_iis_vatno', 'Type' => 'text', 'Size' => 20, 'Required' => false,);

// .SE
$additionaldomainfields[".se"][] = array("Name" => "Legal Type", "LangVar" => "selegaltype", "Type" => "dropdown", "Options" => "individual,organization", "Default" => "individual",);
$additionaldomainfields['.se'][] = array('Name' => 'Identification Number', 'DisplayName' => 'Identification Number <sup style="cursor:help;" title="For Sweedish Residents: Personal or Organization Number; For residents of other countries: Civic Registration Number, Company Registration Number or Passport Number">what\'s this?</sup>', 'Type' => 'text', 'Size' => '20', 'Required' => true);
$additionaldomainfields['.se'][] = array('Name'	=> 'VAT', 'DisplayName' => 'VAT <sup style="cursor:help;" title="Required for EU companies not located in Sweeden">what\'s this?</sup>', 'Type'	=> 'text', 'Size' => '20');

/*************** END .NU/.SE *******************/


/*************** START .DE *******************/

$additionaldomainfields[".de"][] = array("Name" => "Tax ID", "LangVar" => "detldtaxid", "Type" => "text", "Size" => "20", "Default" => "", "Required" => true,);
/* Addedd by BC : NG : 25-11-2014 : To resolve issue for tld .DE domain registration */
$additionaldomainfields[".de"][] = array("Name" => "Fax", "LangVar" => "detldfax", "Type" => "text", "Size" => "20", "Default" => "", "Required" => true,);
$additionaldomainfields[".de"][] = array("Name" => "Zone Contact Fax", "LangVar" => "detldzfax", "Type" => "text", "Size" => "20", "Default" => "", "Required" => false,);
/* End : To resolve issue for tld .DE domain registration */
$additionaldomainfields[".de"][] = array("Name" => "Address Confirmation", "LangVar" => "detldaddressconfirm", "Type" => "tickbox", "Description" => "Please tick to confirm you have a valid German address",);

/*************** END .DE *******************/
