Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. Contact Form --> <div class="contact-forn animated" data-animation="fadeInUp" data-animation-delay="1100"> <form action="send.php" method="post" name="form1" enctype="multipart/form-data"> <div class="form-group"> <label for="txtFormName">Введите ваш ник</label> <input name="txtFormName" type="text" placeholder="Необязательное поле" class="form-control" <div class="form-group"> <label for="txtDescription">Ник нарушителя</label> <input name="txtDescription" id="txtDescription" class="form-control" required /> </div> <div class="form-group"> <label for="txtFormEmail">Сервер, на котором замечено нарушение</label> <input name="txtFormEmail" type="text" class="form-control" required> </div> <div class="form-group"> <label for="txtFormProof">Описание нарушения</label> <input name="txtFormProof" type="text" required class="form-control" <label for="fileAttach">Доказательства</label> <input name="fileAttach" type="file" required> <br> <br> <input type="submit" color="red" name="Submit" value="Отправить жалобу!" class="btn btn-danger btn-block"> </form> <div class="response-message"></div> </div> </div> </div> </div> </div> </div> </div> </section> </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement