I would like to add a row to a html table and the column (<td>

will be an input field with type=text. I would like to name the input field and be able to update it using the name.
I can crete a table with a input field column, name it and update it.
I can add a row to table.
I can not add a row to a table with a input field column.
Any suggestions would be much appreciated, Lisa