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
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
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
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).