Changes

From SimplyBook.me
no edit summary
Line 40: Line 40:  
<div class="plugin">[[Custom_Features#Daily_Report| Daily Report]]</div>
 
<div class="plugin">[[Custom_Features#Daily_Report| Daily Report]]</div>
 
<div class="plugin">[[Custom_Features#Display_Remaining_Spaces| Display Remaining Spaces]]</div>
 
<div class="plugin">[[Custom_Features#Display_Remaining_Spaces| Display Remaining Spaces]]</div>
 +
<div class="plugin">[[Custom_Features#Display_Remaining_Spaces| External Booking Validator]]</div>
 
<div class="plugin">[[Custom_Features#Facebook_and_Instagram_Bookings| Facebook and Instagram Bookings]]</div>
 
<div class="plugin">[[Custom_Features#Facebook_and_Instagram_Bookings| Facebook and Instagram Bookings]]</div>
 
<div class="plugin">[[Custom_Features#Facebook_Bot| Facebook Bot]]</div>
 
<div class="plugin">[[Custom_Features#Facebook_Bot| Facebook Bot]]</div>
Line 779: Line 780:  
<br><br>
 
<br><br>
 
<br><br>
 
<br><br>
 +
-------
 +
=External Booking Validator=
 +
[[File:External booking validator icon.png|left]]<br><br>You can validate bookings through the use of an external script. The script can check variables from the booking, and only if conditions fulfilled, the booking is processed. Additionally the validation script can bring back information that can be injected into intake form variables.<br><br>
 +
 +
 +
<span style="background-color:#ffe9e9; padding:5px; border-radius:5px;">'''Please note!'''</span><br>
 +
*<span style="background-color:#ffe9e9; padding:5px; border-radius:5px;">Development skills are needed for this feature use.</span><br>
 +
*<span style="background-color:#ffe9e9; padding:5px; border-radius:5px;"><span style="background-color:#cdeffc; padding:5px; border-radius:5px;">[[Intake_Forms_custom_feature|Intake Forms]]</span> custom feature will be enabled together with this one.</span>
 +
 +
 +
;How to use
 +
 +
:1. Enable <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">External Booking Validator</span> custom feature on your <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Custom Features</span> page, <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Other</span> section.
 +
[[File:External booking validator enable path.png|border|center]]
 +
<br><br>
 +
:2. Create your own validation script with your own desired conditions.<br>
 +
:For example, you may require certain client answers to one or several <span style="background-color:#cdeffc; padding:5px; border-radius:5px;">[[Intake_Forms_custom_feature|intake forms]]</span> for the booking to be submitted to your system.
 +
<br><br>
 +
:3. Insert your script to this feature <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">settings</span> on the <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Custom Features</span> page and save.
 +
[[File:External booking validator settings path.png|border|center]]
 +
<br><br><br><br>
 +
 +
    
-------
 
-------