Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. <input type="text" class="block border-none p0 m0" id="show-all-on-submit-name" name="name" placeholder="Name..." required pattern="w+sw+">
  2. <span visible-when-invalid="valueMissing" validation-for="show-all-on-submit-name"></span>
  3. <span visible-when-invalid="patternMismatch" validation-for="show-all-on-submit-name">Please enter your first & last name separated by a space (e.g. Jane Miller)</span>
  4.  
  5.  
  6.  
  7. <input type="email" class="block border-none p0 m0" id="show-all-on-submit-email" name="email" placeholder="Email..." required>
  8. <span visible-when-invalid="valueMissing" validation-for="show-all-on-submit-email"></span>
  9. <span visible-when-invalid="typeMismatch" validation-for="show-all-on-submit-email"></span>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement