-
CampPondoAnswered on September 09, 2019 06:20 PM
My drop down boxes worked before, but now they aren't.
You can click in the box and see the options available but it doesn't show up once it it is chosen.
Any ideas?
BTW-you guys are awesome!
-
MikeAnswered on September 09, 2019 06:37 PM
The issue seems to be caused by font color. Please try adding the next CSS to the form in order to fix the font color for the dropdown fields:
select {
color: #214760 !important;
}If you need any further assistance, let us know. We will be happy to help.