Browse Source

added a comment field

Jocelyn Delande 10 years ago
parent
commit
ccda214159
1 changed files with 3 additions and 1 deletions
  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"/>
       <input name="floor" id="floor" type="number" class="form-control" placeholder="Indiquer  « 0 » pour le Rez-de-chaussée"/>
     </p>
     </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>
   </form>
   </section>
   </section>