Book an Appointment

[bookingpress_form]

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(); } }); }); });