[ad_1]
Hello @harmanwhitedrop,
On your screenshot, it seems like the date picker is broken. However, when I visit the page, I see that the year field is missing due to a CSS from your theme, please see this screenshot. You can use the below CSS to fix the issue; please see this screenshot.
select.flatpickr-monthDropdown-months {
display: inline-block;
}
Let me know the update.
Thank you