External Booking Validator custom feature/fr: Difference between revisions
No edit summary |
Updating to match new version of source page |
||
| Line 16: | Line 16: | ||
*<span style="background-color:#ffe9e9; padding:5px; border-radius:5px;">La fonctionnalité personnalisée «<span style="background-color:#cdeffc; padding:5px; border-radius:5px;">[[Special:MyLanguage/Intake_Forms_custom_feature|Formulaires d'admission]]</span> » sera activée en même temps que celle-ci.</span> | *<span style="background-color:#ffe9e9; padding:5px; border-radius:5px;">La fonctionnalité personnalisée «<span style="background-color:#cdeffc; padding:5px; border-radius:5px;">[[Special:MyLanguage/Intake_Forms_custom_feature|Formulaires d'admission]]</span> » sera activée en même temps que celle-ci.</span> | ||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
<br><br> | |||
;How it works<br> | |||
When a client submits a booking, SimplyBook.me sends the booking details to your external URL as a JSON POST request. Your script inspects the data and returns a JSON response. If validation passes, the booking is saved. If it fails, the client sees an error message without the booking being confirmed. | |||
<br><br> | |||
</div> | |||
;Comment utiliser | ;Comment utiliser | ||