I have a table that is pre-populated with account numbers/account products that are generated through a workflow. The workflow pulls all account numbers/products based on an individual's profile. However, on the form, I am only needing certain account products to populate on the form (Membership Savings, Goldline, Home Equity, and Mastercard). Is there a JavaScript I could use to only show those types of account products and the associated account numbers and to hide any other types of account products/numbers?
The fields in this table get repeated for each account product/number that are generated from the workflow.
Thank you!