Advertisement
Guest User

Untitled

a guest
Feb 20th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. <form action="" method="" class="userData shown" onsubmit="event.preventDefault();" novalidate="">
  2. <div class="heading descUserData" style="text-align: center">
  3. <h1>Sed do eiusmod tempor incididunt ut labore et dolore</h1>
  4. <p>Bitte füllen Sie die nachstehenden Angaben kurz aus und kreuzen an was am besten alles zutrifft.</p>
  5. </div>
  6. <div class="vc_column-inner">
  7. <div class="vc_row">
  8. <div class="vc_col-sm-12">
  9. <label>
  10. <p>Eine freie Beschreibung als Ergänzung zur Kategorie</p>
  11. <textarea name="message" cols="40" rows="10" class="wpcf7-form-control wpcf7-textarea" aria-invalid="false"></textarea>
  12. </label>
  13. </div>
  14. </div>
  15. <div class="vc_row">
  16. <div class="vc_col-sm-12">
  17. <!-- Here has to be implement the drop zone -->
  18. </div>
  19. </div>
  20. <p> <input class="submit-pdf submitUserData" type="submit" value="Next step"></p>
  21. </div>
  22. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement