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

From SimplyBook.me
(Created page with "left<br><br>Sie können Buchungen durch die Verwendung eines externen Skripts validieren. Das Skript kann Variablen der Buchung ü...")
(Created page with ";Wie zu verwenden")
Line 12: Line 12:
  
  
<div lang="en" dir="ltr" class="mw-content-ltr">
+
<span style="background-color:#ffe9e9; padding:5px; border-radius:5px;">'''Bitte beachten Sie!'''</span><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;">Für die Nutzung dieser Funktion sind Entwicklungskenntnisse erforderlich.</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;">Die individuelle Funktion "<span style="background-color:#cdeffc; padding:5px; border-radius:5px;">[[Special:MyLanguage/Intake_Forms_custom_feature|Zusätzliche Felder]]</span> wird zusammen mit dieser Funktion aktiviert.</span>
*<span style="background-color:#ffe9e9; padding:5px; border-radius:5px;"><span style="background-color:#cdeffc; padding:5px; border-radius:5px;">[[Special:MyLanguage/Intake_Forms_custom_feature|Intake Forms]]</span> custom feature will be enabled together with this one.</span>
 
</div>
 
  
  
<div lang="en" dir="ltr" class="mw-content-ltr">
+
;Wie zu verwenden
;How to use
 
</div>
 
  
 
<div lang="en" dir="ltr" class="mw-content-ltr">
 
<div lang="en" dir="ltr" class="mw-content-ltr">

Revision as of 13:53, 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.


Bitte beachten Sie!

  • Für die Nutzung dieser Funktion sind Entwicklungskenntnisse erforderlich.
  • Die individuelle Funktion "Zusätzliche Felder wird zusammen mit dieser Funktion aktiviert.


Wie zu verwenden
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.