Toggle navigation
Bootsnipp
Bootstrap
For
CSS Frameworks
Bootstrap
Foundation
Semantic UI
Materialize
Pure
Bulma
References
CSS Reference
Tools
Community
Page Builder
Form Builder
Button Builder
Icon Search
Dan's Tools
Diff / Merge
Color Picker
Keyword Tool
Web Fonts
.htaccess Generator
Favicon Generator
Site Speed Test
Snippets
Featured
Tags
By Bootstrap Version
4.1.1
4.0.0
3.3.0
3.2.0
3.1.0
3.0.3
3.0.1
3.0.0
2.3.2
Register
Login
"gift input form"
Bootstrap 3.3.0 Snippet by
elvisISS
3.3.0
input
Preview
HTML
View Full Screen
Fork
Fork this
6.6K
 
1 Fav
Post to Facebook
Tweet this
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <form class="form-horizontal"> <fieldset> <!-- Form Name --> <legend>Create gift</legend> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="giftID">Gift ID</label> <div class="col-md-4"> <input id="giftID" name="giftID" type="text" placeholder="Gift ID" class="form-control input-md"> </div> </div> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="giftName">Gift Name</label> <div class="col-md-4"> <input id="giftName" name="giftName" type="text" placeholder="Gift Name" class="form-control input-md" required=""> </div> </div> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="giftDescription">Gift Description</label> <div class="col-md-6"> <input id="giftDescription" name="giftDescription" type="text" placeholder="Gift Description" class="form-control input-md"> </div> </div> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="giftPrice">Price</label> <div class="col-md-4"> <input id="giftPrice" name="giftPrice" type="text" placeholder="Price" class="form-control input-md" required=""> </div> </div> <!-- Select Basic --> <div class="form-group"> <label class="col-md-4 control-label" for="store">Store</label> <div class="col-md-4"> <select id="store" name="store" class="form-control"> <option value="Store 1">Store 1</option> <option value="Store 2">Store 2</option> </select> </div> </div> <!-- Select Basic --> <div class="form-group"> <label class="col-md-4 control-label" for="category">Category</label> <div class="col-md-4"> <select id="category" name="category" class="form-control"> <option value="category1">Category 1</option> <option value="category2">Category 2</option> </select> </div> </div> <!-- Select Basic --> <div class="form-group"> <label class="col-md-4 control-label" for="giftStatus">Status</label> <div class="col-md-4"> <select id="giftStatus" name="giftStatus" class="form-control"> <option value="1">Available</option> <option value="0">Not Available</option> </select> </div> </div> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="shippingDays">Shipping Days</label> <div class="col-md-4"> <input id="shippingDays" name="shippingDays" type="text" placeholder="Shipping Days" class="form-control input-md"> <span class="help-block">It identify how many days it takes for deliver</span> </div> </div> <!-- Appended checkbox --> <div class="form-group"> <label class="col-md-4 control-label" for="giftPic">Gift Picture</label> <div class="col-md-4"> <div class="input-group"> <input id="giftPic" name="giftPic" class="form-control" type="text" placeholder="Gift Picture"> <span class="input-group-addon"> <input type="checkbox"> </span> </div> <p class="help-block">Please upload the picture of the gift</p> </div> </div> </fieldset> </form>
Questions / Comments:
Post
Posting Guidelines
Formatting
- Now
×
Close
Donate
BTC: 12JxYMYi6Vt3mx3hcmP3B2oyFiCSF3FhYT
ETH: 0xCD715b2E3549c54A40e6ecAaFeB82138148a6c76