added more preview pages and more templates
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
section.section-50.section-sm-top-80.section-sm-bottom-90.text-sm-left
|
||||
.shell
|
||||
.range.range-xs-center
|
||||
.cell-sm-8.cell-md-5
|
||||
h1 Booking form
|
||||
// RD Mailform
|
||||
form.rd-mailform.text-left.form-booking.offset-top-15(data-form-output="form-output-global", data-form-type='contact', method='post', action='bat/rd-mailform.php')
|
||||
.form-group
|
||||
span.text-primary.font-size-30 *
|
||||
label.form-label.form-label-outside(for="contact-name-3") Your name:
|
||||
input#contact-name-3.form-control(type="text" name="name" data-constraints="@Required")
|
||||
|
||||
.offset-top-30
|
||||
.form-inline-sm
|
||||
.form-group
|
||||
span.text-primary.font-size-30 *
|
||||
label.form-label.form-label-outside(for="contact-age") Your age:
|
||||
input#contact-age.form-control(type="text" placeholder='14' name="name" data-constraints="@Required @Numeric" )
|
||||
.form-group.offset-top-30.offset-sm-top-0
|
||||
span.text-primary.font-size-30 *
|
||||
label.form-label.form-label-outside(for="contact-location") Location:
|
||||
input#contact-location.form-control(type="text" placeholder='Enter ZIP code' name="name" data-constraints="@Required")
|
||||
.form-group.offset-top-30
|
||||
span.text-primary.font-size-30 *
|
||||
label.form-label.form-label-outside(for="contact-type") Classes type:
|
||||
//Select 2
|
||||
select.form-control.select-filter#contact-type(data-placeholder="Teen course", data-minimum-results-for-search="Infinity", data-constraints="@Required")
|
||||
option Teen course
|
||||
option(value="2") DDC Driver
|
||||
option(value="3") Road Test Services
|
||||
option(value="4") DUI Risk Reduction Program
|
||||
option(value="5") Adult Driver Education
|
||||
.form-group.offset-top-30
|
||||
label.form-label.form-label-outside(for="timepicker1") Time of classes:
|
||||
input#timepicker1.form-control(type="text" name="name" placeholder='from 11:00 to 13:00')
|
||||
.form-group.offset-top-30
|
||||
span.text-primary.font-size-30 *
|
||||
label.form-label.form-label-outside(for="contact-email-4") Your email:
|
||||
input#contact-email-4.form-control(type="email" name="email" placeholder='Enter your email' data-constraints="@Email @Required")
|
||||
.form-group.offset-top-30
|
||||
span.text-primary.font-size-30 *
|
||||
label.form-label.form-label-outside(for="contact-phone-3") Your phone:
|
||||
input#contact-phone-3.form-control(type="text" placeholder='+1 (xxx)-xxx-xxxx' name="phone" data-constraints="@Required")
|
||||
|
||||
.offset-top-35.text-right
|
||||
button(type="submit").btn.btn-md.btn-primary Book Online Now!
|
||||
Reference in New Issue
Block a user