I have a form that I want to fill out and complete "x" times. x is passed from the previous page via a FORM variable. I have set the form up in a <CFLOOP>. Currently I am seeing "x" copies of the form on my page. I wanted to see the form once and then submit it and then see it again (x times) and submit it. In other words I want to submit the form "x" number of times.
The concept is to track attendance. How many visitors did you have (x) ? Then submit (name, address, etc.) to the visitor table "x" times.
Any thoughts ?
James