Hmm this might be confusing, but ill try my best

I've got a set of form text inputs, the names of which are dynamically
created according to how many of them there are

Eg (abbreviated code)

<cfloop list="listname" index="index">
    <input type=text name=#variablename##index#
</cfloop>

How do I get the action page to know the name of the form field? If I do
#FORM.#variablename##index##
It doenst work!

Any help... Please?

Ryan Mitchell


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Reply via email to