Your works fine for me. The way I tested it was:
* Take the action off the form, so the page submits to the current page (just to test)
* Do a <cfdump var="#form#"> at the very bottom of the code
Once I have created a few text boxes, populate them and press submit. You'll see the FORM scope is populated with your newly created text fields. There are all labelled up 1 to X (X being the amount of the form fields created), so you could reference them #FORM.1#, #FORM.2# etc etc
Main Topics
Browse All Topics





by: kiranvjPosted on 2009-08-11 at 00:35:31ID: 25066798
Are you getting the values in testresults.cfm?