antondaniel787

Untitled

Mar 10th, 2014
452
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. <div class="container"> <!-- Start of the contact Me Form-->
  2. <div id="contact_form" class="row">
  3. <h3 id="contactText">DROP ME A LINE </h3>
  4. <div class="col-md-6 col-md-offset-3">
  5. <form role="form" id="feedbackForm">
  6.  
  7. <div class="form-group">
  8. <input type="text" class="form-control" id="name" name="name" placeholder="NAME">
  9. <span class="help-block" style="display: none;">Please enter your name.</span>
  10. </div>
  11.  
  12. <div class="form-group">
  13. <input type="email" class="form-control" id="email" name="email" placeholder="EMAIL ADDRESS">
  14. <span class="help-block" style="display: none;">Please enter a valid e-mail address.</span>
  15. </div>
  16.  
  17. <div class="form-group">
  18. <textarea rows="10" cols="100" class="form-control" id="message" name="message" placeholder="MESSAGE"></textarea>
  19. <span class="help-block" style="display: none;">Please enter a message.</span>
  20. </div>
  21.  
  22. <img id="captcha" src="securimage/securimage_show.php" alt="CAPTCHA Image" />
  23. <a href="#" onclick="document.getElementById('captcha').src = 'securimage/securimage_show.php?' + Math.random(); return false" class="btn btn-info btn-sm">Show a Different Image</a><br/>
  24. <div class="form-group" style="margin-top: 10px;">
  25. <input type="text" class="form-control" name="captcha_code" id="captcha_code" placeholder="For security, please enter the code displayed in the box." />
  26. <span class="help-block" style="display: none;">Please enter the code displayed within the image.</span>
  27. </div>
  28.  
  29. <span class="help-block" style="display: none;">Please enter a the security code.</span>
  30. <button type="submit" id="feedbackSubmit" class="btn btn-primary btn-lg" style="display: block; margin-top: 10px;">Send Feedback</button>
  31. </form>
  32. </div><!--/span-->
  33. </div><!--/row-->
  34. </div><!--/.container-->
Advertisement
Add Comment
Please, Sign In to add comment