External Booking Validator custom feature: Difference between revisions

From SimplyBook.me
Marked this version for translation
No edit summary
 
Line 4: Line 4:
<translate>
<translate>
<!--T:5-->
<!--T:5-->
|description=Validate external bookings seamlessly with this custom feature. Ensure appointments are secure and accurate. Learn how to enable it here!
|description=Validate bookings with custom script. Check intake form conditions before booking. Requires development skills. Enables external validation logic.
</translate>
</translate>
|titlemode=append
|titlemode=append

Latest revision as of 18:31, 11 February 2026




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.


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.



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.



Script example is available here.