[jQuery] jQuery Form Plugin Ajax Problem

[jQuery] jQuery Form Plugin Ajax Problem


Hi.
I have a form and i submit it with:
$("#form_ajax").ajaxSubmit();
My problem is that some of the inputs are loaded on an action via
ajax.
When i submit the form the inputs which are loaded later are not
submitted.
Has anyone any idea?
Thanks a lot!