Advertisement
Guest User

Untitled

a guest
Apr 19th, 2015
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. <div class="chewy_pb_contact">
  2. <p class="clearfix">
  3. <!-- <label class="et_pb_contact_form_label">Name</label> -->
  4. [text* your-name id:your-name class:input class:et_pb_contact_name class:chewy_input placeholder "Name"]
  5. </p>
  6. <p class="clearfix">
  7. <!-- <label class="et_pb_contact_form_label">Email</label> -->
  8. [text* your-email id:your-email class:input class:et_pb_contact_email class:chewy_input placeholder "Email"]
  9. </p>
  10. <p class="clearfix">
  11. <!-- <label class="et_pb_contact_form_label">Mobile</label> -->
  12. [text* phone id:phone class:input class:et_pb_contact_name class:chewy_input placeholder "Mobile No."]
  13. </p>
  14. <div class="clear"></div>
  15. <p class="clearfix chewy-question-label">
  16. <strong><label class="et_pb_contact_form_label">Question One: </label></strong>
  17. <p class="chewy-question">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec?</p>
  18. [textarea* question-1 id:question-1 class:et_pb_contact_message class:input class:chewy_textarea placeholder "Answer Question One"]
  19. </p>
  20. <div class="clear"></div>
  21. <p class="clearfix chewy-question-label">
  22. <strong><label class="et_pb_contact_form_label">Question Two: </label></strong>
  23. <p class="chewy-question">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor?</p>
  24. [textarea* question-2 id:question-2 class:et_pb_contact_message class:input class:chewy_textarea placeholder "Answer Question Two"]
  25. </p>
  26. [submit class:chewy_pb_contact_submit "Submit"]
  27. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement