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
"form gen"
Bootstrap 3.2.0 Snippet by
Sadicko
3.2.0
Preview
HTML
View Full Screen
Forked from
Fork
Fork this
Parent
710
 
0 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 ----------> <!DOCTYPE html> <!-- To change this license header, choose License Headers in Project Properties. To change this template file, choose Tools | Templates and open the template in the editor. --> <html> <head> <title>TODO supply a title</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="js/libs/twitter-bootstrap/css/bootstrap.css" rel="stylesheet" type="text/css"/> <link href="js/libs/jqueryui/css/base/jquery-ui.css" rel="stylesheet" type="text/css"/> </head> <body> <div class="modal" id="newrow"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> <h4 class="modal-title">Add Survey Question</h4> </div> <link href="js/libs/jqueryui/css/base/jquery-ui.css" rel="stylesheet" type="text/css"/> <div class="modal-body"> <div class="form-horizontal"> <div class="form-group"> <label class="col-sm-3" id="inputTo">Question</label> <div class="col-sm-9"><input type="email" class="form-control" id="nQ" title="Enter question to be asked" onchange="utext();"></div> <label class="col-sm-3">Control Type</label> <div class="col-sm-9"> <select class="form-control" id="nCT" onchange='showcontrol();' title="Select the type of input control for the user (either textbox or dropdown listbox)"> <option>Text Box</option> <option>Drop Down List</option> </select> </div> <label class="col-sm-3" >Options</label> <div class="col-sm-9"><textarea class="form-control" id="nOpt" rows="2" title="Comma separated list of selectable items"></textarea></div> </div> <div class="panel panel-primary"> <div class="panel-heading">Sample</div> <div class="panel panel-body"> <div id="questionspace"><label id="samplequestion">Question...</label></div> <div id="controlspace"></div> </div> </div> </div> </div> <div class="modal-footer"> <a href="#" data-dismiss="modal" class="btn">Close</a> <a href="#" class="btn btn-primary" id="dlgbtn">Save changes</a> </div> </div> </div> </div> <a data-toggle="modal" href="#newrow" class="btn btn-primary">Launch modal</a> <div class="container"> <div class="row"> <div class="panel panel-default"> <div class="panel-heading">Survey Form</div> <div class="panel-body"> <table class="table" id="qtable"> <thead> <tr> <th width="10%">Index</th> <th>Component</th> <th>Label</th> <th>Options</th> </tr> </thead> <tbody> </tbody> </table> </div> </div> </div> </div> <script src="js/libs/jquery/jquery.min.js" type="text/javascript"></script> <script src="js/libs/jqueryui/jquery-ui.min.js" type="text/javascript"></script> <script src="js/libs/twitter-bootstrap/js/bootstrap.js" type="text/javascript"></script> <script type='text/javascript'> $(document).ready(function() { $( document ).tooltip(); $('#dlgbtn').click(function() { addrow(); return false; }); $('#newrowbutton').click(function() { $('#newrow').modal({show: true}); }); }); function showcontrol(){ if ($("#nCT").value()==1){ $("#nOpt").hide(); }else{ $("#nOpt").show(); } } $rows = 1; function addrow() { $QuestionText = $('#nQ').val(); $ControlType = $('#nCT option:selected').text(); $Options = $('#nOpt').val(); $nr = '<tr><td>' + $rows + '</td><td>' + $ControlType + '</td><td>' + $QuestionText + '</td><td>' + $Options + '</td></tr>'; $('#qtable tbody').append($nr); $rows++; $('#newrow').modal('hide'); } </script> </body> </html>
Related:
See More
Template
Material Kit PRO BS3
463.4K
45
login-form
170.8K
18
Login Form
142.1K
51
Contact Form
Questions / Comments:
Post
Posting Guidelines
Formatting
- Now
×
Close
Donate
BTC: 12JxYMYi6Vt3mx3hcmP3B2oyFiCSF3FhYT
ETH: 0xCD715b2E3549c54A40e6ecAaFeB82138148a6c76