Ask a Question related to Coldfusion - Getting Started, Design and Development.
-
colesc8 #1
Variable inputs on a form
Is it possible to change the option value according to the date? <cfselect
name='reg_fee'> <option value='pre_01_05'>?190.00 <option
value='pre_17_06'>?220.00 </cfselect> I'd like the amount of money that
appears in the input box to change if the date changes - so if someone books
before May 1st they are charged one price, after, another etc. Could the
resulting input number then price then be used in a calculation? Would
appreciate some expert insight.
colesc8 Guest
-
user inputs form color change
I have a form that has a row of fields. I need the user to be able to choose different colors in those fields and then submit the form. The reciever... -
Cannot pass form field variable from Flash form to CFC
hello, could someone please help me with an issue i'm having.... i'm trying to pass data from flash form fields into my coldfusion component... -
Building Query criteria dynamically based on Form inputs
I need to dynamically build a db query based on form inputs; this such a typical thing I am hoping someone can shortcut me to a more elegant... -
Multiple Form Database Inputs
I have a paragraph with multiple html drop down boxes scattered throughout and a hidden field assigned to it for ID puposes. Problem is when I have... -
User inputs token from web form
I have the need to have the web user input a variable from a form field and capture that field information into a token on the web page to be... -
kyle969 #2
Re: Variable inputs on a form
Is the data [value and price] coming from a query?
kyle969 Guest
-
colesc8 #3
Re: Variable inputs on a form
Value and price come from an Access database - does this mean I can use a claculated field in the database to genreate the correct figures?
colesc8 Guest
-
BenForta #4
Re: Variable inputs on a form
You mean based on a date entered in another field? If so, then yes, doable, but it is a job for JavaScript (client-side processing as opposed to server-side CF).
BenForta Guest
-
doug777 #5
Re: Variable inputs on a form
The script for what you need is on page 214 of Danny Goodman's book,
Javascript and DHTML Cookbook published by O'Reilly.
Doug
doug777 Guest



Reply With Quote

