Coldfusion Datefield Not Opening Calendar Window
I was having an unusual problem with a coldfusion form this morning, where my cfinput fields of type="datefield" would show the tiny calendar icon, but wouldn't open the popup window. I couldn't find any discussion of this issue anywhere, but I kept looking at code until the obvious jumped out, as it always does. The site I was working on was heavily ajaxed, and it seems I had lost track of form names. The form that was exhibiting abnormal behavior had the same name as another form on the page (ultimately). Changing the form name fixed the issue.

Archives