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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user