CARIA.2.2

- Extention à 70 caractères l'adresse postale avec possibilitée d'ajouter des tirets
- Ajout d'une vérification dans l'ajout d'évènement si l'utilisateur éxiste
This commit is contained in:
ccunatbrule
2024-06-05 14:11:14 +02:00
parent e88f02fa95
commit 5ebf3df682
9 changed files with 22 additions and 14 deletions

View File

@@ -28,7 +28,7 @@
<div class="mb-3 row">
<label for="localisation" class="col-sm-4 col-form-label">Adresse</label>
<div class="col-sm-8">
<input type="text" name="localisation" id="localisation" class="form-control" placeholder="Adresse" value="<?php echo stripslashes(htmlspecialchars($userData['adresse'])); ?>" autocomplete="street-address" minlength="6" maxlength="50" required />
<input type="text" name="localisation" id="localisation" class="form-control" placeholder="Adresse" value="<?php echo stripslashes(htmlspecialchars($userData['adresse'])); ?>" autocomplete="street-address" minlength="6" maxlength="70" required />
</div>
</div>
<div class="mb-3 row">