Thank you

Booking ID: [booking_id]
Your Appointment Booked successfully!

We have sent your booking information to your email address.

Service:
[bookingpress_appointment_service]
Date & Time:
[bookingpress_appointment_datetime]
Customer Name:
[bookingpress_appointment_customername]
Add to Calendar

[bookingpress_appointment_calendar_integration]

Masterfully Handcrafted for Awesomeness

WE DO MOVE

YOUR WORLD

Greatives – Design, Marketing, Sales

Working Hours : 09:00 – 19:00
Address : 44 Oxford Street, London, UK 22004
Phone : +380 22 333 555

Share
document.addEventListener('DOMContentLoaded', function () { // ID do formulário const formId = 18353; // ID do campo dropdown const fieldId = 13; // Buscar horários já usados via AJAX fetch('/wp-admin/admin-ajax.php?action=colegio_get_used_times') .then(response => response.json()) .then(usedTimes => { const selector = `#wpforms-${formId}-field_${fieldId}`; const dropdown = document.querySelector(selector); if (!dropdown) return; // Remover opções usadas [...dropdown.options].forEach(option => { if (usedTimes.includes(option.value)) { option.remove(); } }); }); });