Created
May 30, 2018 10:07
-
-
Save sealucky7/f779b587acf9daa2c6f32008daa9febc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form> | |
<input type="text" name="company_name" oninvalid="this.setCustomValidity('Your error message')" required /> | |
<input type="submit"> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment