Select Country field text not showing on form

Anonymous
Not applicable

Select Country field text not showing on form

I have styled our form so that the field labels show up in the text boxes. (I did this by omitting the text in the form label field and styling the text in the "hint" field).

All of the other fields show up fine except unfortunately, the "Select Country" instruction text field shows up blank in in Chrome and IE. I think this might be because the "select country" option does not offer the "hint text" only the "instructions" field. Does anyone know the class selector to style the "instructions" field?

To test my theory I deleted all custom css and made sure I was on the "plain css" template option and the "select country field" still was not showing.

Below is a screenshot to see how it looks in Chrome:
0EM50000000T866.png
 
Tags (1)
2 REPLIES 2
Chris_Willis1
Level 8 - Champion

Re: Select Country field text not showing on form

Are you using a "Select" to force your country codes?  

If so, you should include your hint text as the label for your blank option at the top.  For example:

Select Country|
United States|USA
Canada|CAN.... etc. 
Anonymous
Not applicable

Re: Select Country field text not showing on form

I have also encountered this problem with the 'select' field type when using conditional visibility rules.  Could not get the drop down to display a default "Select State" text in my case, so I had to resort to using a text field with character mask where user would type in their state code.  Not ideal, but there are still a number of styling issues with forms 2.0 that I wish we could get a better handle on..