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
"contact modal"
Bootstrap 3.3.0 Snippet by
prodesigndesk
3.3.0
jQuery
modal
contact
Preview
HTML
CSS
JS
View Full Screen
Fork
Fork this
9.5K
 
4 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 ----------> <div class="container"> <div class="row"> <br/><br/><br/> <a class="btn btn-primary btn-lg" data-toggle="modal" data-target="#contact" data-original-title> Contact </a> <div class="modal fade" id="contact" tabindex="-1" role="dialog" aria-labelledby="contactLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="panel panel-primary"> <div class="panel-heading"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> <h4 class="panel-title" id="contactLabel"><span class="glyphicon glyphicon-info-sign"></span> Any questions? Feel free to contact us.</h4> </div> <form action="#" method="post" accept-charset="utf-8"> <div class="modal-body" style="padding: 5px;"> <div class="row"> <div class="col-lg-6 col-md-6 col-sm-6" style="padding-bottom: 10px;"> <input class="form-control" name="firstname" placeholder="Firstname" type="text" required autofocus /> </div> <div class="col-lg-6 col-md-6 col-sm-6" style="padding-bottom: 10px;"> <input class="form-control" name="lastname" placeholder="Lastname" type="text" required /> </div> </div> <div class="row"> <div class="col-lg-12 col-md-12 col-sm-12" style="padding-bottom: 10px;"> <input class="form-control" name="email" placeholder="E-mail" type="text" required /> </div> </div> <div class="row"> <div class="col-lg-12 col-md-12 col-sm-12" style="padding-bottom: 10px;"> <input class="form-control" name="subject" placeholder="Subject" type="text" required /> </div> </div> <div class="row"> <div class="col-lg-12 col-md-12 col-sm-12"> <textarea style="resize:vertical;" class="form-control" placeholder="Message..." rows="6" name="comment" required></textarea> </div> </div> </div> <div class="panel-footer" style="margin-bottom:-14px;"> <input type="submit" class="btn btn-success" value="Send"/> <!--<span class="glyphicon glyphicon-ok"></span>--> <input type="reset" class="btn btn-danger" value="Clear" /> <!--<span class="glyphicon glyphicon-remove"></span>--> <button style="float: right;" type="button" class="btn btn-default btn-close" data-dismiss="modal">Close</button> </div> </div> </div> </div> </div> </div> <p class="text-right">Thanks to Cyruxx and BhaumikPatel</p> </div>
body { margin-top:20px; } .modal-body:not(.two-col) { padding:0px } .glyphicon { margin-right:5px; } .glyphicon-new-window { margin-left:5px; } .modal-body .radio,.modal-body .checkbox {margin-top: 0px;margin-bottom: 0px;} .modal-body .list-group {margin-bottom: 0;} .margin-bottom-none { margin-bottom: 0; } .modal-body .radio label,.modal-body .checkbox label { display:block; } .modal-footer {margin-top: 0px;} @media screen and (max-width: 325px){ .btn-close { margin-top: 5px; width: 100%; } .btn-results { margin-top: 5px; width: 100%; } .btn-vote{ margin-top: 5px; width: 100%; } } .modal-footer .btn+.btn { margin-left: 0px; } .progress { margin-right: 10px; }
$(document).ready(function() { var panels = $('.vote-results'); var panelsButton = $('.dropdown-results'); panels.hide(); //Click dropdown panelsButton.click(function() { //get data-for attribute var dataFor = $(this).attr('data-for'); var idFor = $(dataFor); //current button var currentButton = $(this); idFor.slideToggle(400, function() { //Completed slidetoggle if(idFor.is(':visible')) { currentButton.html('Hide Results'); } else { currentButton.html('View Results'); } }) }); });
Related:
See More
Template
Paper Kit Pro
142.5K
51
Contact Form
204.9K
56
Bootstrap Contact Form
110.0K
48
Bootstrap Contact Form
Questions / Comments:
Post
Posting Guidelines
Formatting
- Now
×
Close
Donate
BTC: 12JxYMYi6Vt3mx3hcmP3B2oyFiCSF3FhYT
ETH: 0xCD715b2E3549c54A40e6ecAaFeB82138148a6c76