Im trying to submit a dynamically created table but so far without any luck..
Can i do this?
Here is my code . For testing purposes ive put an email to post the form, later i will post it into a php.
Im trying to submit a dynamically created table but so far without any luck..
Share
In order to submit an input or select field, you have to provide name attribute. Here is a working example: http://jsfiddle.net/Tzj9T/2/
Good Luck!