FORMULARIOS HTML < form action = "mailto:
[email protected]" method = "post" enctype = " text / plain " > Nombre < input type = " text " name = "nombre" size = "30" maxlength = "100" > < br > Email < input type = " text " name = "email" size = "25" maxlength = "100" value = "@" >< br > Pais < input type = " text " name = " poblacion " size = "20" maxlength = "60" >< br > Ciudad < br > < select name = " utilizacion " > < option value = "1" > Viña < option value = "2" > Santiago < option value = "3" > Rancagua </ select > < br > Comentarios sobre su satisfacción personal < br > < textarea cols = "30" rows = "7" name = "comentarios" ></ textarea >< br > < input type = " submit " value = "Enviar formulario" >< br >< br > < input type = " Reset " value = "Borrar todo" > </ form >