I need a dynamically built form that have several rows that looks the same.
1 - Each of the rows should have a buy button that takes me to another php document.
2 - Each row should have a textfield with quantity.
When I click on the buy botton I want to read the value in the textfield for the row I'm clicking on.
I have no problems building the form, but I can't read anything from the textfield so I think I'm doing this completely wrong.
Can someone please post some code for me and explain how to do this?