Hi.
I'm new to programming in general and this is my first try with PHP. Please, I need help with this.
I'm creating a form with different fields. It's actually like an order form. I, however want to loop it so the user can click on a "Add more items" button and have a second, third, fourth etc form come up, with like "Item 2" or "Item3" etc on top. I'll also have another button which will now have the "Add to Cart" function on it. This will collect all the data entered into the different forms and display them.
Please can anyone help me on how to write the code for looping the form?
Thanks a great deal.