> My buttons are type "submit" and each have values. I believe it could > be because I have a click event on the button and using ajaxSubmit to > submit as I have to dynamically add some values into hidden fields. > How can I submit the button without making another hidden field?
Use ajaxForm instead of ajaxSubmit.