• Resolved exolon

    (@exolon)


    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

    (@webba-agency)

    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

    (@exolon)

    <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

    (@exolon)

    [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

    when arrive email view code,

    Thread Starter exolon

    (@exolon)

    i want add the box for the terms with link
    for example: [] accept terms click here

    Plugin Author Webba Appointment Booking

    (@webba-agency)

    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

    (@exolon)

    comes out without doing anythingù

    View post on imgur.com

    Plugin Author Webba Appointment Booking

    (@webba-agency)

    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

    (@exolon)

    <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

    Thread Starter exolon

    (@exolon)

    Plugin Author Webba Appointment Booking

    (@webba-agency)

    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.