Hey guys, Let me know if I'm not explaining this well enough as I'm confusing myself just thinking about it.
I was to be able to click on a button that says "add product" and have it create a unique div each time. For example, the first div would have the id #product1, then #product2 etc.
The really tricky part is to have two input fields in the div, both regular text inputs. These also need to have unique IDs so I can use what is placed in them.
Let me know if you have any solutions. Thanks, Carson