A mi me marcha bién con esta....
Abrimos el archivo additionaldomainfields.php con nuestro editor php preferido.
Buscamos las siguientes letras...
// .ES
borramos desde la linea siguiente hasta la linea posterior a
// .SG
y le damos un espacio.
En ese espacio añadimos el siguiente codigo.
$additionaldomainfields[".es"][] = array("Name" => "ID Form Type", "LangVar" => "estldidformtype", "Type" => "dropdown", "Options" => "Other Identification,Tax Identification Number,Tax Identification Code,Foreigner Identification Number", "Default" => "Other Identification",);
$additionaldomainfields[".es"][] = array("Name" => "ID Form Number", "LangVar" => "estldidformnum", "Type" => "text", "Size" => "30", "Default" => "", "Required" => true,);
Lo guardamos y lo subimos.
A mi me va perfecto...
Saludos;)