Форма с динамическим обновление полей по AJAX не работает в IE 6/8 (FF, Chrome нормально).
Если точнее:
в ajax.js
success: function (response, status) {
// Sanity check for browser support (object expected).
// When using iFrame uploads, responses must be returned as a string.
alert(response);
// Sanity check for browser support (object expected).
// When using iFrame uploads, responses must be returned as a string.
alert(response);
возвращает "undefined".
status - success.
Хотя запрос выполняется и сервер данные отдает нормально.
Комментарии
Вероятно связано с http://drupal.org/node/1018714