I've created an order form for a client who does large-format digital printing.
This is the form...
The form uses values from the width & height fields to calculate the total square inches of the printed piece. Then, the cost of each option (Resolution, Stock, Mounting, Laminate, & Frame) is added up and multiplied by the total square inches. Finally, this number is multiplied by the quantity to get the total order quote.
The math part all works perfectly. The problem I am having is that on the preview page it displays the form field value for each option. The math uses this value to calculate the price, but I want to show the option name -- not the value -- to the customer. For example, if you complete this form and select the "Adhesive Vinyl" option for the "Stock" field, it will display " Stock 5" on the preview. I need for it to display " Stock Adhesive Vinyl" instead.
This basically means that it should display the option "name" rather than the option "value".
If it helps, I am using Form Processor Pro to build this form. I thought maybe I could use an IF condition to do this, but I cannot get it to work.
Any advice would be greeeatly appreicated.
__________________
Howard Theriot
Please login or register to view this content. Registration is FREE
Last edited by hobartimus; 08-24-2005 at 02:31 PM..
|