Advertisement
Vadorequest

Source code - Vertical form bootstrap 3

Apr 7th, 2014
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.78 KB | None | 0 0
  1. <form accept-charset="UTF-8" action="/signup/new_club" class="simple_form new_club" data-validate="true" id="new_club" method="post" novalidate="novalidate" role="form"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="✓"><input name="_method" type="hidden" value="put"><input name="authenticity_token" type="hidden" value="qvNNGN9CEXRP82waz6Ku+6wCc3hRvPTbWVITbGb1BbI="></div>      <div class="col-md-4">
  2.         <div class="form-group string required club_name"><div class="control-label"><label class="string required control-label" for="club_name"><abbr title="required">*</abbr> Club name</label></div><div><div class="form-control has-feedback has-error"><input autofocus="autofocus" class="string required error" data-validate="[{&quot;kind&quot;:&quot;presence&quot;,&quot;options&quot;:{},&quot;messages&quot;:{&quot;blank&quot;:&quot;can't be blank&quot;}},{&quot;kind&quot;:&quot;uniqueness&quot;,&quot;options&quot;:{},&quot;messages&quot;:{}}]" id="club_name" name="club[name]" placeholder="Enter club name" size="50" type="text"><i class="form-control-feedback fa fa-times"></i><div class="help-block">can't be blank</div></div></div></div>
  3.       </div>
  4.       <div class="form-group text optional club_description"><div class="control-label"><label class="text optional control-label" for="club_description">Welcoming text</label></div><div><div class="form-control"><textarea class="text optional form-control" cols="40" id="club_description" name="club[description]" placeholder="Enter club description" rows="20"></textarea></div></div></div>
  5.       <div class="actions">
  6.         <input class="btn btn-primary" name="commit" type="submit" value="Next">
  7.         <button class="btn btn-reverse" name="button" type="button">Cancel</button>
  8.       </div>
  9. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement