Undergraduate form

.inputTe{
width:90% ;
margin:5px 5%;
border-radius:6px;
padding:5px 2px 5px 2px ;
border: 1px solid ;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.inputSele{
width:90% ;
padding :5px 0 5px 0 ;
margin:3px 5%;
border-radius:6px;
border: 1px solid ;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.inputLabel{
margin:3px 5%;
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.inputTe:hover{
border-color:red; 
}
.botonenviar{
width:50% ;
margin:3px 25%;
border-radius:6px;
padding:10px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; 
}
.botonenviar:hover{ 
padding:6px !important;
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.tablacontenedora{
width:90% ;

margin:3px 3%;
border-radius:6px;
padding:10px;

font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.textoinformacion{
padding:10px;
font-size :12px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.inputTex:hover{
border-color:blue; 
}
.cajon{
margin: 0px;
height: 25px;
width: 25px;
}
.contentform{
background:#f1f1f1;
padding: 20px;
border-radius:20px;
margin:10px;
border: 1px solid ;

}

Want to learn more about the program?
Leave us your contact information.

Identification number:

First name:

Last name:

Email:

Phone:

Period in which you want to enroll the U:

Selecciona

I voluntarily, explicitly, informed and unequivocally authorize Universidad de los Andes to treat my personal data in accordance with the provisions of Article 10 of Decree 1377 of 2013. Data processing policy: https://uniandes.edu.co/datospersonales

window.onload = addOp();
function addOp(){
console.log('entra2');
var f = new Date();
var sem = "January ";
var per = "10";
var x = document.getElementById("00N1I00000NdlT7");
var j =1;
console.log( x);
var anio = f.getFullYear();
if((f.getMonth()<5 && f.getMonth()>=0)||f.getMonth()>10 ){
if(f.getMonth()>10){
anio++;
}

var option = document.createElement("option");
sem = "August "+anio;
per = anio+" - 20";
option.label = sem;
option.value = per;
option.text = sem;
x.add(option, x[j]);
j++;
}
console.log('entra5');
for (var i =0; i < 3; i++){
anio++;
sem = "January " + anio;
per = anio + " - 10"
var option = document.createElement("option");
option.label = sem;
option.value = per;
option.text = sem;
x.add(option, x[j]);
j++;
sem = "August " + anio;
per = anio + " - 20";
var option2 = document.createElement("option");
option2.label = sem;
option2.value = per;
option2.text = sem;
x.add(option2, x[j]);
j++;
}

}

Ícono: 
Ícono 5
Tipo de elemento: 
Bloque directo (se renderiza el contenido directamente en el bloque de títulos de tab)
Orden: 
7