cad_alunos.php (php Student Registration Form)

-3

Hello, I'm having a problem with my php application because it's popping up like this: When I select Visual deficient register and I continue the registration of the form and I click on register it just does not work and sends me this message:

Someone helps me solve this problem pf!

    
asked by anonymous 08.11.2016 / 12:55

1 answer

0

One solution is to add novalidate to your form, as this is not one of the most recommended ways.

<form class="form-horizontal" novalidate  method="POST" action="processa/proc_cad_aluno.php">
    
08.11.2016 / 13:20