No Description Available
1
This sidebar contact form is used to get user query form the same page.
Semantic Ui Sidebar Demo with Semantic Ui Calender.
onex
Step by step form is smart way to collect data, where we collect data from user in steps.
FORM VALIDATIONS
bhuwan
This is an example of ionic 4 form , ionic is a Javascript framework used to build hybrid mobile app,desktop and pwa.
This kind of registration and appointment booking form can be used on many places like on slider,banner and section.
//alert('welcome')
<div class="col-md-offset-6 col-sm-5 col-xs-12 col-xs-offset-1"> <div class="row"> <div class="adp"> <div class="header-box-top"> <div class="col-sm-12 section-header-box"> <div class="section-header"> <h2>Register Now</h2> </div><!-- ends: .section-header --> </div> <p>Create your free account now and get immediate access to 100s of online courses.</p> </div> <form> <div class="register-form"> <div class="row"> <div class="col-xs-12"> <div class="form-group"> <input class="form-control" name="name" placeholder="Name" required="" type="text"> </div> </div> <div class="col-xs-12"> <div class="form-group"> <input class="form-control" name="email" placeholder="Email" required="" type="email"> </div> </div> <div class="col-xs-12"> <div class="form-group"> <input class="form-control" name="phone" placeholder="Phone" required="" type="text"> </div> </div> <div class="col-xs-12 register-btn-box"> <button class="register-btn" type="submit">Submit Now</button> </div> </div> </div> </form> </div> </div> </div>