I have this HTML:
And I create an object array from it lik
Adding this anyway to help others in future. Good way to quickly inspect all values.
var formdata = $( "#myform" ).serializeArray(); var formdata = JSON.stringify(formdata); alert (formdata);