You can create the HTML you want to append to the form and insert it into the appropriate container using jQuery.append().
Sometimes what I'll do is keep a TBODY in my form table and give that TBODY and ID so I can reference it via jQuery to append extra rows/cells/form inputs.
JMP
2009-08-25 19:25:45