Hi there,
The date field on our Formidable Form seems to be cut off. I reached out to Formidable Forms and they have confirmed that it’s a theme error.
See error here: https://d.pr/free/i/HLICIe
Your help would be appreciated!
Hey vantagepointmg,
We have styling for the select element in the theme, if a plugin is affected by the theme styling, is it then a theme error? The support of the plugin in question must be very lazy people since it’s a very easy CSS fix:
select.ui-datepicker-month, select.ui-datepicker-year {
padding: 0 !important;
}
Best regards,
Rikard
That worked!
Thank you for your help!
~MacKenzie