Skip to content

Instantly share code, notes, and snippets.

@Sitebase
Last active December 21, 2015 19:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save Sitebase/6354519 to your computer and use it in GitHub Desktop.
Save Sitebase/6354519 to your computer and use it in GitHub Desktop.
BuboBox remote form test
<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