Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Raige #1
Variable driven forms!
This is for an ordering system that will also require that I add certain fields
together. This is part of a custom ordering system I'm working on. Here's how
it works.
1) Buyer selects Vendor name
2) All submitted orders by salesman for that vendor are shown along with
quantiy needed, description of item and color
3) Check boxes by each item to let the buyer select which ones she wants to
include in this order.
4) Buyer checks the boxes on the items they want to order now and hits next.
5) This page displays the items selected along with quantity description and
color, and now has fields for cost per item. as well as total shipping cost and
addl charges for this order.
6) Hit submit and it now shows a preview of the order.
7) Hit Finalize. The order is then entered into the database and item status
shifted etc.
My question is... what is the best way to do this.
Currently I'm using fieldnames like "PartModel#ID#".
Now to my understanding you can use evalute with this on the preview page.
"#Evaluate("form.partmodel[#ID#]")#". However, I'm not sure if this is the best
way, nor do i completely understand where I'm supposed to go from here.
Any suggesstions would be greatly appreciated. If the problem is complex feel
free to email me at [email]ChadStinner@AudioAdvice.com[/email]. This is my first variable
driven form so I want to make sure it works well before I go ahead.
Raige Guest
-
problem passing variable between forms.
HI all I have a form in which I have a table with dynamic checkboxes, they are in a checkbox array ( name = chk...), I pass this variable to the... -
xml driven CDrom?
I am working on a CDrom (built in flash) that has easily outdatable content. Instead of offering weblinks for all of the text content, I'd like to... -
PHP Driven Map System
I need to create a php driven map navigation system for the United States. It will be something that will allow users to drill down by clicking... -
Flash Forms (Can't pass a variable)
Hello All, I have a flash form, and it is working ok except for a combo box within the form that is not passing the selection. Any ideas what... -
Creating variable driven MYSQL queries?
I've been looking at hand coding my PHP MYSQL queries, and sort of getting the hang of them, but one thing is bothering me. Everyone seems to build...



Reply With Quote

