Submitting form. Passing variables to template

2003-03-27 Thread FlashGuy
HI, Below is my code. I've removed some code just to make it easier to read. I have three templates. I'm listing the users from a database which gets a radio button inserted at the beginning of each field when displayed. When a user clicks on one of the radio buttons beside a users name I

Re: FOLLOWUP - Submitting form. Passing variables to template

2003-03-27 Thread FlashGuy
OK...I've been able to pass the results to my submit-action.cfm page but I'm getting ALL the fields of UserID from the database listed not just the one I checked on the radio buttons? I made one change to the code below on the input tags to pass the input value. tdinput type=radio

RE: FOLLOWUP - Submitting form. Passing variables to template

2003-03-27 Thread Ben Doom
[mailto:[EMAIL PROTECTED] : Sent: Thursday, March 27, 2003 8:05 AM : To: CF-Talk : Subject: Re: FOLLOWUP - Submitting form. Passing variables to template : : : OK...I've been able to pass the results to my submit-action.cfm : page but I'm getting ALL the fields of UserID from the database : listed

RE: FOLLOWUP - Submitting form. Passing variables to template

2003-03-27 Thread FlashGuy
button tags. -- Ben Doom Programmer General Lackey Moonbow Software, Inc : -Original Message- : From: FlashGuy [mailto:[EMAIL PROTECTED] : Sent: Thursday, March 27, 2003 8:05 AM : To: CF-Talk : Subject: Re: FOLLOWUP - Submitting form. Passing variables to template