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
"myforms"
Bootstrap 3.3.0 Snippet by
mikekiwa
3.3.0
jQuery
Preview
HTML
JS
View Full Screen
Forked from
Fork
Fork this
Parent
113
 
0 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 id="signupbox" style=" margin-top:50px" class="mainbox col-md-6 col-md-offset-3 col-sm-8 col-sm-offset-2"> <div class="panel panel-info"> <div class="panel-heading"> <div class="panel-title">Sign Up</div> <div style="float:right; font-size: 85%; position: relative; top:-10px"><a id="signinlink" href="/accounts/login/">Sign In</a></div> </div> <div class="panel-body" > <form method="post" action="."> <input type='hidden' name='csrfmiddlewaretoken' value='XFe2rTYl9WOpV8U6X5CfbIuOZOELJ97S' /> <form class="form-horizontal" method="post" > <input type='hidden' name='csrfmiddlewaretoken' value='XFe2rTYl9WOpV8U6X5CfbIuOZOELJ97S' /> <div id="div_id_select" class="form-group required"> <label for="id_select" class="control-label col-md-4 requiredField"> Select<span class="asteriskField">*</span> </label> <div class="controls col-md-8 " style="margin-bottom: 10px"> <label class="radio-inline"><input type="radio" checked="checked" name="select" id="id_select_1" value="S" style="margin-bottom: 10px">Knowledge Seeker</label> <label class="radio-inline"> <input type="radio" name="select" id="id_select_2" value="P" style="margin-bottom: 10px">Knowledge Provider </label> </div> </div> <div id="div_id_As" class="form-group required"> <label for="id_As" class="control-label col-md-4 requiredField">As<span class="asteriskField">*</span> </label> <div class="controls col-md-8 " style="margin-bottom: 10px"> <label class="radio-inline"> <input type="radio" name="As" id="id_As_1" value="I" style="margin-bottom: 10px">Individual </label> <label class="radio-inline"> <input type="radio" name="As" id="id_As_2" value="CI" style="margin-bottom: 10px">Company/Institute </label> </div> </div> <div id="div_id_username" class="form-group required"> <label for="id_username" class="control-label col-md-4 requiredField"> Username<span class="asteriskField">*</span> </label> <div class="controls col-md-8 "> <input class="input-md textinput textInput form-control" id="id_username" maxlength="30" name="username" placeholder="Choose your username" style="margin-bottom: 10px" type="text" /> </div> </div> <div id="div_id_email" class="form-group required"> <label for="id_email" class="control-label col-md-4 requiredField"> E-mail<span class="asteriskField">*</span> </label> <div class="controls col-md-8 "> <input class="input-md emailinput form-control" id="id_email" name="email" placeholder="Your current email address" style="margin-bottom: 10px" type="email" /> </div> </div> <div id="div_id_password1" class="form-group required"> <label for="id_password1" class="control-label col-md-4 requiredField">Password<span class="asteriskField">*</span> </label> <div class="controls col-md-8 "> <input class="input-md textinput textInput form-control" id="id_password1" name="password1" placeholder="Create a password" style="margin-bottom: 10px" type="password" /> </div> </div> <div id="div_id_password2" class="form-group required"> <label for="id_password2" class="control-label col-md-4 requiredField"> Re:password<span class="asteriskField">*</span> </label> <div class="controls col-md-8 "> <input class="input-md textinput textInput form-control" id="id_password2" name="password2" placeholder="Confirm your password" style="margin-bottom: 10px" type="password" /> </div> </div> <div id="div_id_name" class="form-group required"> <label for="id_name" class="control-label col-md-4 requiredField"> full name<span class="asteriskField">*</span> </label> <div class="controls col-md-8 "> <input class="input-md textinput textInput form-control" id="id_name" name="name" placeholder="Your Frist name and Last name" style="margin-bottom: 10px" type="text" /> </div> </div> <div id="div_id_gender" class="form-group required"> <label for="id_gender" class="control-label col-md-4 requiredField"> Gender<span class="asteriskField">*</span> </label> <div class="controls col-md-8 " style="margin-bottom: 10px"> <label class="radio-inline"> <input type="radio" name="gender" id="id_gender_1" value="M" style="margin-bottom: 10px">Male</label> <label class="radio-inline"> <input type="radio" name="gender" id="id_gender_2" value="F" style="margin-bottom: 10px">Female </label> </div> </div> <div id="div_id_company" class="form-group required"> <label for="id_company" class="control-label col-md-4 requiredField"> company name<span class="asteriskField">*</span> </label> <div class="controls col-md-8 "> <input class="input-md textinput textInput form-control" id="id_company" name="company" placeholder="your company name" style="margin-bottom: 10px" type="text" /> </div> </div> <div id="div_id_catagory" class="form-group required"> <label for="id_catagory" class="control-label col-md-4 requiredField"> catagory<span class="asteriskField">*</span> </label> <div class="controls col-md-8 "> <input class="input-md textinput textInput form-control" id="id_catagory" name="catagory" placeholder="skills catagory" style="margin-bottom: 10px" type="text" /> </div> </div> <div id="div_id_number" class="form-group required"> <label for="id_number" class="control-label col-md-4 requiredField"> contact number<span class="asteriskField">*</span> </label> <div class="controls col-md-8 "> <input class="input-md textinput textInput form-control" id="id_number" name="number" placeholder="provide your number" style="margin-bottom: 10px" type="text" /> </div> </div> <div id="div_id_location" class="form-group required"> <label for="id_location" class="control-label col-md-4 requiredField"> Your Location<span class="asteriskField">*</span> </label> <div class="controls col-md-8 "> <input class="input-md textinput textInput form-control" id="id_location" name="location" placeholder="Your Pincode and City" style="margin-bottom: 10px" type="text" /> </div> </div> <div class="form-group"> <div class="controls col-md-offset-4 col-md-8 "> <div id="div_id_terms" class="checkbox required"> <label for="id_terms" class=" requiredField"> <input class="input-ms checkboxinput" id="id_terms" name="terms" style="margin-bottom: 10px" type="checkbox" /> Agree with the terms and conditions </label> </div> </div> </div> <div class="form-group"> <div class="aab controls col-md-4 "></div> <div class="controls col-md-8 "> <input type="submit" name="Signup" value="Signup" class="btn btn-primary btn btn-info" id="submit-id-signup" /> or <input type="button" name="Signup" value="Sign Up with Facebook" class="btn btn btn-primary" id="button-id-signup" /> </div> </div> </form> </form> </div> </div> </div> </div> </div>
$(document).ready(function() { var enrollType; // $("#div_id_As").hide(); $("input[name='As']").change(function() { memberType = $("input[name='select']:checked").val(); providerType = $("input[name='As']:checked").val(); toggleIndividInfo(); }); $("input[name='select']").change(function() { memberType = $("input[name='select']:checked").val(); toggleIndividInfo(); toggleLearnerTrainer(); }); function toggleLearnerTrainer() { if (memberType == 'P' || enrollType=='company') { $("#cityField").hide(); $("#providerType").show(); $(".provider").show(); $(".locationField").show(); if(enrollType=='INSTITUTE'){ $(".individ").hide(); } } else { $("#providerType").hide(); $(".provider").hide(); $('#name').show(); $("#cityField").hide(); $(".locationField").show(); $("#instituteName").hide(); $("#cityField").show(); } } function toggleIndividInfo(){ if(((typeof memberType!=='undefined' && memberType == 'TRAINER')||enrollType=='INSTITUTE') && providerType=='INDIVIDUAL'){ $("#instituteName").hide(); $(".individ").show(); $('#name').show(); } else if((typeof memberType!=='undefined' && memberType == 'TRAINER')|| enrollType=='INSTITUTE'){ $('#name').hide(); $("#instituteName").show(); $(".individ").hide(); } } });
Related:
See More
Free Template
Login and Register Modal
Questions / Comments:
Post
Posting Guidelines
Formatting
- Now
×
Close
Donate
BTC: 12JxYMYi6Vt3mx3hcmP3B2oyFiCSF3FhYT
ETH: 0xCD715b2E3549c54A40e6ecAaFeB82138148a6c76