Advertisement
Dannci

Vocably - Contact Form

Feb 22nd, 2022
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. <div class="tmnf_columns_wrap">
  2. <div class="tmnf_column tmnf_column_6">
  3. <label> Your Name*</label>
  4. [text* your-name]
  5. <label> Your Email*</label>
  6. [email* your-email]
  7. </div>
  8. <div class="tmnf_column tmnf_column_6">
  9. <label>Phone Number*</label>
  10. [text* your-tel]
  11. <label> Subject </label>
  12. [text your-subject]
  13. </div>
  14. </div>
  15.  
  16. <label> Your Message </label>
  17. [textarea your-message]
  18. [submit "Send"]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement