Transport

Safe & Professional

Experience

Long-standing in the field

Secure payment

Various methods including credit cards

Dive into Our Blog

document.addEventListener('DOMContentLoaded', function () { const observer = new MutationObserver(() => { const dateInputs = document.querySelectorAll('input[placeholder="Date of Birth"], input[name*="dateOfBirth"], input[type="date"]'); dateInputs.forEach(input => { input.removeAttribute('readonly'); input.type = 'text'; input.placeholder = 'DD/MM/YYYY'; }); }); observer.observe(document.body, { childList: true, subtree: true }); });
Verified by ExactMetrics