I have a form that has a table inside it ie.
<table border="1" id="tblBasic1a">
</table>
The elements of this table is automatically generated with a click of a button. I was wondering if it was possible to also send the table data when you press the Submit button. Because pressing the submit button only grabs the text in text fields and such, but completely ignores the table elements