|
drop down and depending on the selection a email is sent How do you email a message depending on a value is selected from a dropdown? Thanks Here is an exmaple. if it is apple then email apple(a)apple.com a message subject: Apple ordered. the message: you ordered an apple. sort of like when you proceed to checkout in amazon. then an email confirmatio... 14 Apr 2008 04:42
Creating a Better Search Form Hi, I'm trying to figure out how to create a dynamic search form using Coldfusion 8. Right now if I enter multiple words in my search field the results omit certain records. For example, if I put "toy blue" in the search field it will return results that only have "TOY BLUE" together and omits any record... 12 Apr 2008 13:30
CFMAIL and FORM submit I am using PayPal to process member payments through a form. Unfortunately the information collected by PayPal is not sufficient to meet all of my needs. I can get the additional information from a cfquery of my database and want it email to myself when the member clicks the PayPal (submit) button - i.e. genera... 13 Apr 2008 21:32
displaying cfselect option selected I have a CF form with a <cfselect> dropdown menu for a user to select an option. This is put into the db without a problem. However, I have another page that allows the user to edit the information for the record, on which all the data for that record is filled into the form fields. I tried putting a simple ... 11 Apr 2008 11:05
So, you think you're that good ... Requirement: a) do data validation for form 1; // ignore data capture b) move on to form 2 Env: cf8 Code: <code> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Multiple Forms and Data Validation</title> </head> <body> <h1>Multiple Forms and Data Validation</h1> <cfform id="s... 11 Apr 2008 15:06
ColdFusion 8 CFMENU Issue Greetings I have a <cfmenu (etc.) type="horizontal"> that works fine- drops down normally over a static image on a page, but drops behind a flash (movie) file? Is this a known issue? Thanks for any help. newportri Horizontal ... 11 Apr 2008 08:41
iText Watermark position issue Coders, Please forgive me in advance as my java kung foo is not that strong. I have a site which allows users to merge multiple pdf documents they choose via a checklist, and then it will apply a small watermark to the top left (xposition 158, yposition 743). The problem is that there are some pdfs in which... 6 May 2008 23:27
3-Function Action Page Greetings I am having an issue with a form submission action page- I can get it to send the field contents to an email, and capture in a DB with the same action page- but when an file is chosen to upload, it fails. I need to have cfinsert, cfmail to, and cffile action = "upload" on the same action page. The... 11 Apr 2008 13:29 |