Difference between revisions of "External Booking Validator custom feature/de"

From SimplyBook.me
(Created page with "Individuelle Funktion: "Externer Buchungsvalidator"")
 
(Created page with "left<br><br>Sie können Buchungen durch die Verwendung eines externen Skripts validieren. Das Skript kann Variablen der Buchung ü...")
Line 9: Line 9:
  
  
<div lang="en" dir="ltr" class="mw-content-ltr">
+
[[File:External booking validator icon.png|left]]<br><br>Sie können Buchungen durch die Verwendung eines externen Skripts validieren. Das Skript kann Variablen der Buchung überprüfen, und nur wenn die Bedingungen erfüllt sind, wird die Buchung verarbeitet. Zusätzlich kann das Validierungsskript Informationen zurückliefern, die in die Variablen des Buchungsformulars eingefügt werden können.<br><br>
[[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>
 
</div>
 
  
  

Revision as of 13:48, 15 March 2024

Other languages:


External booking validator icon.png



Sie können Buchungen durch die Verwendung eines externen Skripts validieren. Das Skript kann Variablen der Buchung überprüfen, und nur wenn die Bedingungen erfüllt sind, wird die Buchung verarbeitet. Zusätzlich kann das Validierungsskript Informationen zurückliefern, die in die Variablen des Buchungsformulars eingefügt werden können.


Please note!

  • Development skills are needed for this feature use.
  • Intake Forms custom feature will be enabled together with this one.


How to use
1. Enable External Booking Validator custom feature on your Custom Features page, Other section.
External booking validator enable path.png



2. Create your own validation script with your own desired conditions.
For example, you may require certain client answers to one or several intake forms for the booking to be submitted to your system.



3. Insert your script to this feature settings on the Custom Features page and save.
External booking validator settings path.png



Script example is available here.