Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Dropdown select in form not working in Internet Explorer

This is my first question on this site. I have an issue with Internet explorer. My contact form works fine in Chrome, Safari and FF but not in IE. Here is the link for my form.

Basically the problem(s) are that there is no text in the dropdown select and as a consequence, nobody can send an enquiry via IE. Can someone help me out here?

Other information... I got the fancy contact form from: http://tutorialzine.com/2009/09/fancy-contact-form/ There are other smaller issues such as width of the selects are different in various browsers but I only care about the above problem.

Many thanks

like image 617
Darron Donaldson Avatar asked Nov 13 '22 21:11

Darron Donaldson


1 Answers

There are a couple errors in the code. I would suggest using a javascript debugger. Chrome developer tools has a good one, and

Firebug is good too for Firefox

for Chrome:

Control - Shift - I keys to open Developer Tools

Control - Shift - J to open Developer Tools and bring focus to the Console.

Control - Shift - C to toggle Inspect Element mode

like image 142
n644dc Avatar answered Nov 17 '22 05:11

n644dc