RE: Multiple submitt + variable

2005-04-18 Thread Doug Fentiman
: -Original Message- From: Jim McAtee [mailto:[EMAIL PROTECTED] Sent: April 17, 2005 9:46 PM To: CF-Talk Subject: Re: Multiple submitt + variable Try this. The trick is that when you get to your action page you loop through the form fields looking for one with a name

RE: Multiple submitt + variable

2005-04-17 Thread Doug Fentiman
: Jim McAtee [mailto:[EMAIL PROTECTED] Sent: April 17, 2005 9:46 PM To: CF-Talk Subject: Re: Multiple submitt + variable Try this. The trick is that when you get to your action page you loop through the form fields looking for one with a name beginning with "ActivateMe_". When you fi

Re: Multiple submitt + variable

2005-04-17 Thread Jim McAtee
Try this. The trick is that when you get to your action page you loop through the form fields looking for one with a name beginning with "ActivateMe_". When you find it, then you peel the user id value off of the field name. I don't use fusebox, so I have no idea how consistent this is with

RE: Multiple submitt + variable

2005-04-17 Thread Justin D. Scott
> Thanks Justin, but I can't rely on JavaScript... I don't have your original message handy, but another way may be to have multiple hidden fields with the ID numbers associated with each submit button. If the first button was pressed, the code would look for the value of the first hidden field,

RE: Multiple submitt + variable

2005-04-17 Thread Doug Fentiman
Thanks Justin, but I can't rely on JavaScript... DF -Original Message- From: Justin D. Scott [mailto:[EMAIL PROTECTED] Sent: April 17, 2005 4:31 PM To: CF-Talk Subject: RE: Multiple submitt + variable > I have a form with multiple submit buttons. Each > button has a unique

RE: Multiple submitt + variable

2005-04-17 Thread Justin D. Scott
> I have a form with multiple submit buttons. Each > button has a unique associated id value. I want to > pass the associated id value with the submit > button that is pressed. If you can rely on JavaScript in your environment, set a hidden form field that will contain the ID but default it to be