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
"Product Form - Loans"
Bootstrap 3.2.0 Snippet by
smpdevelopments
3.2.0
Preview
HTML
View Full Screen
Fork
Fork this
5.2K
 
1 Fav
Post to Facebook
Tweet this
<link href="//netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.2.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>Loans Form</legend> <!-- Select Basic --> <div class="form-group"> <label class="col-md-4 control-label" for="selectbasic">Choose Institution</label> <div class="col-md-5"> <select id="selectbasic" name="selectbasic" class="form-control"> <option value="1">Bank 1</option> <option value="2">Bank 2</option> <option value="">Bank 3</option> <option value="">Bank 4</option> </select> </div> </div> <!-- Select Basic --> <div class="form-group"> <label class="col-md-4 control-label" for="ProductType">Select Product Type</label> <div class="col-md-5"> <select id="ProductType" name="ProductType" class="form-control"> <option value="1">Bank Accounts</option> <option value="2">Credit Card</option> <option value="">Home Loans</option> <option value="">Loans</option> <option value="">Savings</option> <option value="">Term Deposits</option> </select> </div> </div> <!-- Select Multiple --> <div class="form-group"> <label class="col-md-4 control-label" for="LoanType">Loan Type</label> <div class="col-md-5"> <select id="LoanType" name="LoanType" class="form-control" multiple="multiple"> <option value="1">Car Loan</option> <option value="2">Debt Consolidation</option> <option value="">Secured Loan</option> <option value="">Unsecured Loan</option> </select> </div> </div> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="ProductDescription">Product Name</label> <div class="col-md-5"> <input id="ProductDescription" name="ProductDescription" type="text" placeholder="ANZ Secured personal loan" class="form-control input-md" required=""> </div> </div> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="FeaturesOne">Features #1</label> <div class="col-md-5"> <input id="FeaturesOne" name="FeaturesOne" type="text" placeholder="Extra repayments without penalty" class="form-control input-md" required=""> </div> </div> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="FeaturesTwo">Features #2</label> <div class="col-md-5"> <input id="FeaturesTwo" name="FeaturesTwo" type="text" placeholder="Flexible Features" class="form-control input-md" required=""> </div> </div> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="FeaturesThree">Features #3</label> <div class="col-md-5"> <input id="FeaturesThree" name="FeaturesThree" type="text" placeholder="" class="form-control input-md" required=""> </div> </div> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="VariableRate">Variable Rate</label> <div class="col-md-5"> <input id="VariableRate" name="VariableRate" type="text" placeholder="9.99%" class="form-control input-md"> </div> </div> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="Fixed1year">Fixed 1 Year</label> <div class="col-md-5"> <input id="Fixed1year" name="Fixed1year" type="text" placeholder="7.45%" class="form-control input-md"> </div> </div> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="FixedTwoYear">Fixed 2 Year</label> <div class="col-md-5"> <input id="FixedTwoYear" name="FixedTwoYear" type="text" placeholder="7.55%" class="form-control input-md"> </div> </div> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="FixedThreeYear">Fixed 3 Year</label> <div class="col-md-5"> <input id="FixedThreeYear" name="FixedThreeYear" type="text" placeholder="7.70%" class="form-control input-md"> </div> </div> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="FixedFourYear">Fixed 4 Year</label> <div class="col-md-5"> <input id="FixedFourYear" name="FixedFourYear" type="text" placeholder="7.80%" class="form-control input-md"> </div> </div> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="FixedFiveYear">Fixed 5 Year</label> <div class="col-md-5"> <input id="FixedFiveYear" name="FixedFiveYear" type="text" placeholder="8.00%" class="form-control input-md"> </div> </div> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="FixedSixYear">Fixed 6 Year</label> <div class="col-md-5"> <input id="FixedSixYear" name="FixedSixYear" type="text" placeholder="8.20%" class="form-control input-md"> </div> </div> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="FixedSevenYear">Fixed 7 Year</label> <div class="col-md-5"> <input id="FixedSevenYear" name="FixedSevenYear" type="text" placeholder="8.40%" class="form-control input-md"> </div> </div> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="ApplicationFee">Application Fee</label> <div class="col-md-5"> <input id="ApplicationFee" name="ApplicationFee" type="text" placeholder="$150" class="form-control input-md"> </div> </div> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="OngoingFee">Service Fee</label> <div class="col-md-5"> <input id="OngoingFee" name="OngoingFee" type="text" placeholder="$10pm" class="form-control input-md"> </div> </div> <!-- Select Multiple --> <div class="form-group"> <label class="col-md-4 control-label" for="RepaymentFrequency">Repayment Frequency</label> <div class="col-md-5"> <select id="RepaymentFrequency" name="RepaymentFrequency" class="form-control" multiple="multiple"> <option value="1">Weekly</option> <option value="2">Fortnightly</option> <option value="">Monthly</option> </select> </div> </div> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="MinLoanTerm">Min Loan Term</label> <div class="col-md-5"> <input id="MinLoanTerm" name="MinLoanTerm" type="text" placeholder="1 Year" class="form-control input-md"> </div> </div> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="MaxLoanTerm">Max Loan Term</label> <div class="col-md-5"> <input id="MaxLoanTerm" name="MaxLoanTerm" type="text" placeholder="7 Year" class="form-control input-md"> </div> </div> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="MinLoanAmount">Min Loan Amount</label> <div class="col-md-5"> <input id="MinLoanAmount" name="MinLoanAmount" type="text" placeholder="$5,000" class="form-control input-md"> </div> </div> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="MaxLoanAmount">Max Loan Amount</label> <div class="col-md-5"> <input id="MaxLoanAmount" name="MaxLoanAmount" type="text" placeholder="$30,000" class="form-control input-md"> </div> </div> </fieldset> </form>
Questions / Comments:
Post
Posting Guidelines
Formatting
- Now
×
Close
Donate
BTC: 12JxYMYi6Vt3mx3hcmP3B2oyFiCSF3FhYT
ETH: 0xCD715b2E3549c54A40e6ecAaFeB82138148a6c76