Ah I was going about it a bit wrong. I've taken out the ajaxSubmit of the click function and changed it to ajaxForm. The click function just adds the hidden fields now.
Nick On Aug 6, 7:50 pm, Mike Alsup <mal...@gmail.com> wrote: > > 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.