Skip to content
Snippets Groups Projects
Commit 834f1ec7 authored by LANTZ Nathan's avatar LANTZ Nathan
Browse files

Update inscription.php

parent b3f40f0d
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@
<div class="PrNom">Prénom</div>
<div class="Nom">Nom</div>
<div class="Age">Âge</div>
<input type="number" id="Rectangle19" name="age1" size="25" min="0" />
<input type="number" id="Rectangle19" name="age1" size="25" min="18" />
<button class="SInscrirebtn1 cursor-pointer" name="SInscrirebtn"
onclick="submitForm('email', 'SInscrirebtn1')">S’inscrire </button>
......@@ -50,7 +50,7 @@
<div class="PrNom">Prénom</div>
<div class="Nom">Nom</div>
<div class="Age">Âge</div>
<input type="number" id="Rectangle199" name="age2" size="25" min="0" />
<input type="number" id="Rectangle199" name="age2" size="25" min="18" />
<button class="SInscrirebtn2 cursor-pointer" name="SInscrirebtn"
onclick="submitForm('tel', 'SInscrirebtn2')">S’inscrire </button>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment