Placeholder value looses focus
-
Okay, two of the fields in my form are Country and County. These are Dropdown Select fields. County is only relevant when United Kingdom is selected, so I use a condition to hide County unless United Kingdom is selected. I also pre-populate the Country field with the value United Kingdom using placehoder. When the form is first presented, both fields are visible, which is what I would expect. However, as soon as I fill out any field (fields other than Country or County), County disappears i.e. the Country field looses focus of it’s placeholder value. How can I prevent this from happening?
I also have a separate, yet related problem. The above mentioned fields (Country and County) appear twice in the back end once the form has been submitted with actual values.
- The topic ‘Placeholder value looses focus’ is closed to new replies.