I found some JS to do something close, but it wants you to enter in how many rows you want and then submit a button to generate these rows, but the information is not retained. Is there a CF script out there that can do this, or is there some built in function of CF that can do this? I am using CF 7.
This is going to require JS, if you do not want to do a submit and response since CF can only be run on the server. You could use Ajax to make the request and response, but I would not think that would be necessary in this instance. I'm done for the day, but if you do not have an answer by tomorrow I can distill some code where I am doing just this and send it on to you. I have a form with a phone type and number controls, a link on the form will clone these controls as many times as the user likes, without losing any data already inserted into existing controls, and without deciding up front how many they would like. -------------- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA --------- | 1 | | --------- Binary Soduko | | | --------- "C code. C code run. Run code run. Please!" - Cynthia Dunning Confidentiality Notice: This message including any attachments is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender and delete any copies of this message. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265575 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

