Help with Form Processing please....

2000-06-17 Thread Les Mizzell
Need a small bit of help to get some form stuff to process correctly please Three Fields on the form I'm concerned with: "AdminName" is a drop downbox with three choices: "Kathi Smith" with a value of "1" "Fatima Jones" with a value of "2" "Other" with a value of "3"

Re: Help with Form Processing please....

2000-06-17 Thread Brett Payne-Rhodes
Hi Les, If the code snippet you provide is verbatim then I think line 7 should either be CFELSEIF #AdminName# IS "3" or simply CFELSE, otherwise I don't see a problem - but that might not mean much ;) Brett B) Les Mizzell wrote: Need a small bit of help to get some form stuff to process

RE: Help with Form Processing please....

2000-06-17 Thread Dave Watts
On the CF page to process this, I wish the form contents to have the correct "From" email address and name on it, based on the selection on the form. I was hoping the block of code below would accomplish this, but nope: 1. CFIF #AdminName# IS "1" 2.varName EQ "Kathi Smith" 3.