SOLVED: Fluent forms - year

Browser: Chrome
OS: macOS
URL: In construction – Asbesim

I am using a forms from Fluent Forms where the user should be able to enter their date of birth. For this I am using Y-m-d as the date format in Fluent forms. However, it is hiding the year in the UI and the user is not able to change his year as you can see on the sample page url above.
I am already in contact with support from Fluent forms, but they say it is an issue of Bricks as the year is visible with a different theme as you can see on this screenshot: Screenshot by Lightshot

What is a quick fix for this? What is a long-term solution?

1 Like

Hi,
Welcome to the forum, and thanks so much for your report!

I was able to reproduce the issue and added it to our bug tracker.
The default styles of the select field is causing the issue, but you can easily override it with the following CSS:

select.flatpickr-monthDropdown-months { display: inline-block; }

Best regards,
timmse

1 Like

Hi guys,
We’ve fixed this bug in Bricks 1.7.1, now available as a one-click update in your WordPress Dashboard.

Please let us know if you are still experiencing issues.

Best regards,
timmse