Is there a way to add an additional field on an active form by pressing a button?
As an example, I would like to have a form that is used to track samples shipped of my product. If multiple samples are sent, there is a button that says, "Add Additional Sample", which would generate another set of fields similar to the original sample field set without the header fields being copied. By header fields, I mean company name, address, etc., but the sample fields would include things like sample product, size, weight, tracking number, etc. I would assume that the field value for the "Add Additional Sample" button would generate similar field names like product _2, product_3, product_4, etc. every time you would press the "Add Additional Sample" button.