Re: Newbie question -- Dynamic form processing

2001-04-20 Thread Melissa Fraher
Thank you Clint and Rodney for your answers! Melissa "Bruce, Rodney" wrote: Melissa I haven't seen an answer back to you yet, so here is one possibly way. IF (assuming here) you are displaying all items for sale, with a text box to enter number of each item customer wants to buy: i.e

RE: Newbie question -- Dynamic form processing

2001-04-19 Thread Bruce, Rodney
Melissa I haven't seen an answer back to you yet, so here is one possibly way. IF (assuming here) you are displaying all items for sale, with a text box to enter number of each item customer wants to buy: i.e (123, Shovels, garden, []) (side comment you may want to display price): !--small

Re: Newbie question -- Dynamic form processing

2001-04-18 Thread Clint Tredway
try: cfoutput query="equipment" input type="text" name="Item_#id#" size="20" maxlength="50" value="#item#"brbr /cfoutput This will generate the result you want. HTH -- Original Message -- From: Melissa Fraher [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED]