Good afternoon all.I am working with a form that consists of 6 user
filled text boxes, a dynamic table with 4 columns and a submit button.
Currently, I have the submit button take data from one of the text boxes
and enter it into the subject line and body of the email.What I am
having difficulty with now is the table. I can get the data from the
first row to display in the body of the email, but if new rows are
created with data entered, that data does not make it to the email.This
is the code t...