I have a contact form with a calendar widget that pops up when the user clicks in a specifically classed input field. It works in IE8, Chrome, Firefox, but not in IE7. However, it doesn't throw up any errors, so I don't know where to begin debugging.

Site: http://www.exclusivevillas.co.za/contact-us/

Other (possibly relevant) information:

  • Site runs on WordPress
  • Contact Form is generated by Contact Form 7 plugin
  • Valid XHTML Valid CSS3 (but ignore the ugly styling in IE 8 -- that's another query in DocType: doctype.com/wont-table-style-nicely-ie)
link|improve this question
hmm... sounds like a DOM issue... perhaps related to event listener registration? – Brian Driscoll Nov 10 '10 at 17:59
Hi Amanda, welcome to SO. I see you have some styling issues with the calendar as well? I'm testing in Chrome. Are you seeing this as well? How are you testing the site? – jcolebrand Nov 10 '10 at 19:19
@drachernstern - yes, having styling issues in IE, but I think I'm getting the CSS working now - styles fine in Chrome though (at least on my machine?) – Amanda Nov 10 '10 at 20:54
Hi Amanda, did you final got a solution for javascript issues from contact form 7 on ie 7? I'm also experiencing the same issue but I can't tell what's wrong with the css code or php, it works in ie9 & ie 8 and also in chrome... – Mali Feb 26 '11 at 9:36
feedback

1 Answer

Not sure if you found a fix yet but if not, check out a recent post I wrote which outlines how to resolve the issue for ie.Link to post on ie Contact form 7 calendar bug

Hope this assists, let me know if it works for your issue.

Cheers

Ric

link|improve this answer
Providing information about the solution rather than just a link will improve the helpfulness of your answer. – this.josh May 10 '11 at 22:55
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.