Title: form not send book
Last modified: September 6, 2019

---

# form not send book

 *  Resolved [exolon](https://wordpress.org/support/users/exolon/)
 * (@exolon)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/form-not-send-book/)
 * i have create the form witch contact form
 *     ```
       <div class="form-horizontal special-form">
   
        <div class="col-sm-6">
   
       <label for="wbk-name">Nome (required)</label>
   
       [text* wbk-name class:wbk-text id:wbk-name]
   
        </div>
   
        <div class="col-sm-6">
   
       <label for="wbk-cognome">Cognome (required)</label>
   
       [text* wbk-cognome class:wbk-text id:wbk-cognome]
   
        </div>
   
        <div class="col-sm-6">
   
       <label for="wbk-telefono-n">Telefono (required)</label>
       [tel* wbk-telefono-n class:wbk-tel id:wbk-telefono-n]
   
       </div>
   
        <div class="col-sm-6">
   
       <label for="wbk-email-n">Email (required)</label>
       [email* wbk-email-n class:wbk-email id:wbk-email-n]
   
       </div>
   
       </div>
       ```
   
 * where is the problem?

Viewing 10 replies - 1 through 10 (of 10 total)

 *  Plugin Author [Webba Appointment Booking](https://wordpress.org/support/users/webba-agency/)
 * (@webba-agency)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/form-not-send-book/#post-11908627)
 * Hi,
 * There are mistakes with the field class names. Please, find the fixed form below:
 *     ```
       <div class="form-horizontal special-form">
           <div class="col-sm-6">
               <label for="wbk-name">Nome (required)</label>
               [text* wbk-name class:wbk-text id:wbk-name]
           </div>
           <div class="col-sm-6">
               <label for="wbk-cognome">Cognome (required)</label>
               [text* wbk-cognome class:wbk-text id:wbk-cognome]
               </div>
           <div class="col-sm-6">
               <label for="wbk-phone">Telefono (required)</label>
               [tel* wbk-phone class:wbk-phone:wbk-phone]
           </div>
           <div class="col-sm-6">
               <label for="wbk-email">Email (required)</label>
               [email* wbk-email class:wbk-text id:wbk-email]
           </div>
       </div>
       ```
   
 *  Thread Starter [exolon](https://wordpress.org/support/users/exolon/)
 * (@exolon)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/form-not-send-book/#post-11908703)
 *     ```
       <div class="form-horizontal special-form">
           <div class="col-sm-6">
               <label for="wbk-name">Nome (required)</label>
               [text* wbk-name class:wbk-text id:wbk-name]
           </div>
           <div class="col-sm-6">
               <label for="wbk-cognome">Cognome (required)</label>
               [text* wbk-cognome class:wbk-text id:wbk-cognome]
               </div>
       <div style="clear:both"></div>
           <div class="col-sm-6">
               <label for="wbk-phone">Telefono (required)</label>
               [tel* wbk-phone class:wbk-text id:wbk-phone]
           </div>
           <div class="col-sm-6">
               <label for="wbk-email">Email (required)</label>
               [email* wbk-email class:wbk-text id:wbk-email]
           </div>
       </div>
       ```
   
 * ITS CORRECT OK!
 *  Thread Starter [exolon](https://wordpress.org/support/users/exolon/)
 * (@exolon)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/form-not-send-book/#post-11908915)
 * `[acceptance wbk-acceptance454 class:wbk-text id:wbk-acceptance454 optional] 
   In base alle norme. ecc e cc ecc ecc accetto [/acceptance]`
 * Accettazione termini: # field_wbk-acceptance454 <– [https://i.imgur.com/vvkRKmV.jpg](https://i.imgur.com/vvkRKmV.jpg)
 * when arrive email view code,
 *  Thread Starter [exolon](https://wordpress.org/support/users/exolon/)
 * (@exolon)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/form-not-send-book/#post-11908935)
 * i want add the box for the terms with link
    for example: [] accept terms click
   [here](https://wordpress.org/support/topic/form-not-send-book/?output_format=md#)
 *  Plugin Author [Webba Appointment Booking](https://wordpress.org/support/users/webba-agency/)
 * (@webba-agency)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/form-not-send-book/#post-11908947)
 * Here is an example pf acceptance field:
 * <p>[acceptance wbk-acceptance]Check the acceptance field <span class=”wbk-acceptance-
   error” style=”display:none;” >acceptance not checked</span></p>
 * Just replace the _Check the acceptance field_ and _acceptance not checked_ texts.
 *  Thread Starter [exolon](https://wordpress.org/support/users/exolon/)
 * (@exolon)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/form-not-send-book/#post-11908958)
 * comes out without doing anythingù
 * > [View post on imgur.com](https://imgur.com/6SOP7Xu)
 *  Plugin Author [Webba Appointment Booking](https://wordpress.org/support/users/webba-agency/)
 * (@webba-agency)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/form-not-send-book/#post-11908962)
 * Please, try this:
 * `<p>[acceptance wbk-acceptance]Check the acceptance field <span class="wbk-acceptance-
   error" style="display:none;">acceptance not checked</span></p>`
 *  Thread Starter [exolon](https://wordpress.org/support/users/exolon/)
 * (@exolon)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/form-not-send-book/#post-11908969)
 *     ```
       <div class="form-horizontal special-form">
           <div class="col-sm-6">
               <label for="wbk-name">Nome (required)</label>[text* wbk-name class:wbk-text id:wbk-name]
           </div>
           <div class="col-sm-6">
               <label for="wbk-cognome">Cognome (required)</label>[text* wbk-cognome class:wbk-text id:wbk-cognome]
               </div>
       <div style="clear:both"></div>
           <div class="col-sm-6">
               <label for="wbk-phone">Telefono (required)</label>[tel* wbk-phone class:wbk-text id:wbk-phone]
           </div>
           <div class="col-sm-6">
               <label for="wbk-email">Email (required)</label>[email* wbk-email class:wbk-text id:wbk-email]
           </div>
       <div style="clear:both"></div>
       <div class="col-sm-12">
   
       <p>[acceptance wbk-acceptance]Check the acceptance field <span class=”wbk-acceptance-error” style=”display:none;” >acceptance not checked</span></p>
   
       </div>
       </div>
       ```
   
 * is set this code
 * and email notification is set :
 * > [View post on imgur.com](https://imgur.com/B6aAnsE)
 *  Thread Starter [exolon](https://wordpress.org/support/users/exolon/)
 * (@exolon)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/form-not-send-book/#post-11908974)
 * > [View post on imgur.com](https://imgur.com/bmv6WZ8)
 *  Plugin Author [Webba Appointment Booking](https://wordpress.org/support/users/webba-agency/)
 * (@webba-agency)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/form-not-send-book/#post-11910587)
 * Hi,
 * The acceptance field can not be added in the Email notification. You can use 
   placeholders only for the regular checkboxes. This is due to fact that booking
   can not be sent when acceptance is not checked, so the value can only be true(
   checked).

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘form not send book’ is closed to new replies.

 * ![](https://ps.w.org/webba-booking-lite/assets/icon-256x256.gif?rev=2966452)
 * [Easy Appointment Booking & Scheduling System - Webba Booking Calendar](https://wordpress.org/plugins/webba-booking-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/webba-booking-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/webba-booking-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/webba-booking-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/webba-booking-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/webba-booking-lite/reviews/)

## Tags

 * [form](https://wordpress.org/support/topic-tag/form/)

 * 10 replies
 * 2 participants
 * Last reply from: [Webba Appointment Booking](https://wordpress.org/support/users/webba-agency/)
 * Last activity: [6 years, 11 months ago](https://wordpress.org/support/topic/form-not-send-book/#post-11910587)
 * Status: resolved