Guest User

Untitled

a guest
Jun 17th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. <div class="clearfix">
  2. <div class="vlt-form-group col-6">
  3. <label>Your Name <span class="required">*</span></label>
  4. [text* your-name]
  5. </div>
  6.  
  7. <div class="vlt-form-group col-6">
  8. <label>Your Email <span class="required">*</span></label>
  9. [email* your-email]
  10. </div>
  11. </div>
  12.  
  13. <div class="vlt-form-group">
  14. <label>Your Message</label>
  15. [textarea your-message rows x4]
  16. </div>
  17.  
  18. <div class="text-center">
  19. <button class="wpcf7-form-control wpcf7-submit vlt-btn vlt-btn--primary">Send Message</button>
  20. </div>
Add Comment
Please, Sign In to add comment