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

@@ -42,7 +42,7 @@
</div>
<div class="form-group mb-3">
<label for="localisation" class="labelI">Adresse postale</label>
<input type="text" name="localisation" id="localisation" class="form-control" placeholder="Adresse" autocomplete="street-address" minlength="6" maxlength="50" value="<?php echo isset($_POST['localisation']) ? htmlspecialchars($_POST['localisation'], ENT_QUOTES, 'UTF-8') : ''; ?>" required title="Entrez votre adresse postale.">
<input type="text" name="localisation" id="localisation" class="form-control" placeholder="Adresse" autocomplete="street-address" minlength="6" maxlength="70" value="<?php echo isset($_POST['localisation']) ? htmlspecialchars($_POST['localisation'], ENT_QUOTES, 'UTF-8') : ''; ?>" required title="Entrez votre adresse postale.">
</div>
<fieldset class="mb-3"><br>
<div class="form-group">