Last active
December 21, 2015 19:29
-
-
Save Sitebase/6354519 to your computer and use it in GitHub Desktop.
BuboBox remote form test
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
<label for="name">Name</label> | |
<input type="text" name="name" id="name" value="" /> | |
<label for="email">Email</label> | |
<input type="email" name="email" id="email" value="" data-validation-rule="valid_email" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment