I have a general arrangement that contains several fixes in which I store the information that has been selected by the user of several steps of a quote, which is the following:
var seleccGeneral = [{"Paso 1": selectEmpStar},{"Paso 2": selectEtapa},{"Paso 3": selectServ},{"Paso 4": selectCarac},{"Paso 5": selectCuent},{"Paso 6": selecDatos}];
My question is how all this data is sent to an email? be it half php or other technology.