summaryrefslogtreecommitdiff
path: root/Template/Include/incl_form_register.php
diff options
context:
space:
mode:
authorDebulois <quentin@debulois.fr>2022-04-10 21:25:00 +0200
committerDebulois <quentin@debulois.fr>2022-04-10 21:25:00 +0200
commit2923e6fca634231533cca11e43a9091344ff4ba5 (patch)
tree7181e1b0e26ddb072530adec7d55f77e9e389783 /Template/Include/incl_form_register.php
parent9939f74c0b274ee916f742a45a32d3c843e0960b (diff)
Ajout d'un système de notification pour alerter les pro et finition
Diffstat (limited to 'Template/Include/incl_form_register.php')
-rw-r--r--Template/Include/incl_form_register.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/Template/Include/incl_form_register.php b/Template/Include/incl_form_register.php
index 849d129..402e2cc 100644
--- a/Template/Include/incl_form_register.php
+++ b/Template/Include/incl_form_register.php
@@ -20,8 +20,11 @@ echo('<!-- Division principale -->
<div>
<label>
<i class="fas fa-envelope-square"></i>
- <input type="email" name="email" id="email" maxlength="128" placeholder="'.$text[basename(__FILE__, ".php")]["email"].'" maxlength="128" required>
+ <input type="email" name="email" id="email" maxlength="128" onkeyup="check_email()" placeholder="'.$text[basename(__FILE__, ".php")]["email"].'" maxlength="128" required>
</label>
+ <p>
+ <span id="mailNotice" class="invalid">'.$text[basename(__FILE__, ".php")]["mailNotice"].'</span>
+ </p>
<label>
<i class="fas fa-lock"></i>
<input type="password" name="password" id="password" maxlength="128" onkeyup="check_pass()" placeholder="'.$text[basename(__FILE__, ".php")]["password"].'" maxlength="128" required>