I have an Enquiry Form but when you log onto it for some reason I can't foucs on any of the first three input fields on the first radio buttons.
The first field that can be focused on is the Enquiry field which is a text area.
In IE the only way I can focus is to click the very start or very end of the fields which does not help users, and I can't get them to focus at all in Firefox, Safari, Opera or Google Chrome.
I was able to set the foucs on the first field using Javascript that mean tabbing through the fields and if you click outside, you have to refresh to get the focus back. I've tried a javascript on click and still can't get it to work. I have an identical form on a different website that has no problems.
Can anyone suggest what is going on?
The first field that can be focused on is the Enquiry field which is a text area.
In IE the only way I can focus is to click the very start or very end of the fields which does not help users, and I can't get them to focus at all in Firefox, Safari, Opera or Google Chrome.
I was able to set the foucs on the first field using Javascript that mean tabbing through the fields and if you click outside, you have to refresh to get the focus back. I've tried a javascript on click and still can't get it to work. I have an identical form on a different website that has no problems.
Can anyone suggest what is going on?
Comment