Parcourir la source

added a comment field

Jocelyn Delande il y a 10 ans
Parent
commit
ccda214159
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      index.html

+ 3 - 1
index.html

@@ -174,8 +174,10 @@ Un moyen de contact au moins est nécessaire
       <input name="floor" id="floor" type="number" class="form-control" placeholder="Indiquer  « 0 » pour le Rez-de-chaussée"/>
     </p>
 
-    <input type="submit" value="Envoyer" class="btn btn-primary btn-lg">
+    <h2>Remarque/commentaire</h2>
+    <textarea name="comment" class="form-control"></textarea>
 
+    <input type="submit" value="Envoyer" class="btn btn-primary btn-lg">
   </form>
   </section>