I was testing the Contact page for the site I’m working on. The form works great in Safari and Chrome. However, in Firefox, the first two fields don’t show any labels and they cannot be typed into. Does anyone know why this might be happening? Thanks!
This happens because Firefox handles the padding differently, and doesn’t leave any room for text. This only seems to affect form input fields.
If you hover over the padding control in webflow, you can see how the padding overlaps the entire input field. Perhaps try setting height and reduce padding to allow room for the text.
Input fields (except textarea), look at http://huraapaarky.webflow.com/, are not editable in IE 11 (they are not disabled, you can place the cursor inside, but when you type, no character apears). The same code works well in Chrome (but not in IE 11) . Does anyone know why? Thanks.