Hi, Looks like you are sending the ID of the submit button, not the ID of the form. Essentially you are telling Click the target ajax control is the submit button, not the form. Thus Click processes only the button not the form or it's fields.
To fix, use JavaScript to pass in the Form id, not the button id. Kind regards Bob
