Pedro Gómez Meseguer, s/n,
30709 Roldán

Tf.: 968.589.654 Fax: 968.589.894
30012963@murciaeduca.es

SOLICITAR CERTIFICADO

Written by M Carmen
Hits: 1961

SOLICITAR CERTIFICADO (esta función todavía no está operativa)

{source}
<!-- You can place html anywhere within the source tags -->
<!--    <form action="../form-result.php" target="_blank">   -->


<form action="mailto:" target="_blank">
<p>Introduzca el NRE(Nº Regional de Estudiante) o el Nº de Expediente del alumno: <input type="text" name="numero"></p>


<p>Introduzca el PRIMER APELLIDO del alumno: <input type="text" name="primer"></p>
<p>Introduzca el SEGUNDO APELLIDO del alumno: <input type="text" name="segundo"></p>
<p>Introduzca el NOMBRE del alumno: <input type="text" name="nombre"></p>

Seleccione el tipo de certificado que necesita:

<br>

<input type="radio" name="matricula" value="matricula"> Certificado de matrícula

<br>

<input type="radio" name="matricula" value="academico"> Certificado académico

<br>

<br>

Seleccione el tipo de certificado que necesita:
<select name="tipo">

<option> </option>

<option>Certificado de matrícula</option>

<option>Certificado académico</option>

<br>

<br>

</select>
<br>

<br>

Introduzca otro tipo de información que considere importante:
<p><textarea name="observaciones" placeholder="Introduzca aquí la información..."></textarea></p>


<input type="submit" value="Solicitar certificado">

</form>

<script language="javascript" type="text/javascript">
// You can place JavaScript like this

</script>
<?php
// You can place PHP like this

?>
{/source}