Thread Starter
Akarin
(@akarin)
Although it doesn’t affect the form behavior, two lines up you should also change
jQuery(data.into).find(':input[@name="' + i + '"]').clearFields();
to
jQuery(data.into).find(':input[name="' + i + '"]').clearFields();
PS – MM Forms 0.9.6b ships with JQuery 1.3.2