I have a table with multiple customer records. I'd like to be able to loop through the table and extract each customer's name into a comma separated list to place into a multi-line text box. I'm assuming I'll need to use javascript for this, so if someone can help get me going with an example I would appreciate it very much. Here's a snapshot of the fields in question.
The goal is to populate q140 with a comma separated list of customer names from the table class coverletterCustomers and update that list every time a new customer (class "internalCustomerSelect") is added.
Thanks in advance for any assistance.