Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. <div class="row">
  2. <div class="col-sm-6 form-group">
  3. <label for="your-name">Seu nome</label>
  4. [text* your-name id:your-name class:form-control]
  5. </div>
  6.  
  7. <div class="col-sm-6 form-group">
  8. <label for="your-phone">Telefone</label>
  9. [text* your-phone id:phone class:form-control]
  10. </div>
  11. </div>
  12.  
  13. <div class="row">
  14. <div class="col-sm-6 form-group">
  15. <label for="your-name">Seu nome</label>
  16. [text* your-name id:your-name class:form-control]
  17. </div>
  18.  
  19. <div class="col-sm-6 form-group">
  20. <label for="your-phone">Telefone</label>
  21. [text* your-phone id:phone class:form-control]
  22. </div>
  23. </div>
  24.  
  25. <div class="row">
  26. <div class="col-sm-6 form-group">
  27. [textarea* your-message id:message class:message]
  28. <label class="message-label" for="message">Mensagem</label>
  29. </div>
  30.  
  31. <div class="col-sm-6 form-group">
  32. <label for="your-phone">Telefone</label>
  33. [text* your-phone id:phone class:form-control]
  34. [submit "Enviar"]
  35. </div>
  36. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement