Book Online / Appointment Form

We are using Contact Form 7 plugin to create book form. There is one important point to know, if you like to add an date-time picker you have to add “datetimepicker” class to your text field. A sample form listed below;

<p class="ozy-half-input">[text* your-name placeholder "Name (required)"]</p>

<p class="ozy-half-input-last">[email* your-email placeholder "Email (required)"]</p>

<p class="ozy-half-input">[tel* your-tel placeholder "Telephone"]</p>

<p class="ozy-half-input-last">[text* appointment-time class:datetimepicker placeholder "APPOINTMENT TIME"]</p>

<p>[textarea your-message x2 placeholder "Your Message"]</p>

<p>[submit "Send"]</p>