Skip to content

Instantly share code, notes, and snippets.

@shrinkray
Created October 23, 2014 15:30
Show Gist options
  • Save shrinkray/d0ae091d857a6947c7c4 to your computer and use it in GitHub Desktop.
Save shrinkray/d0ae091d857a6947c7c4 to your computer and use it in GitHub Desktop.
Gravity Forms HTML Number Field Using HTML5
<label class='gfield_label' for='num-field'>Number of Tickets Requested<span class='gfield_required'>*</span></label>
<div class='ginput_container'>
<input type="number" min="1" max="64" step="1" value="0" name="tickets-requested" value='' class='small' tabindex='1' id='num-field' >
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment