Footer 01

Footer 01

Footer 01 150 150 colegiopalmeira

High Quality Theme

There is a fine line between creating greatness and accomplishing awesomeness. This time, we worked to prove that sky is not the limit.

Fill out the form to subscribe to our newsletter.

Erro: Formulário de contacto não encontrado.

High Quality Theme

There is a fine line between creating greatness and accomplishing awesomeness. This time, we worked to prove that sky is not the limit.

Fill out the form to subscribe to our newsletter.

Erro: Formulário de contacto não encontrado.

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