Hi, the form I'm building is not a traditional order form. Rather, it calculates a total offer price of what we are willing to pay the customer for their product. This offer price is based on the customer's answers to questions about the condition of the product. I am attaching price values to each of these answers -- for instance, if the computer the customer is trying to sell to us has a big dent in it, I will deduct $10.00 from the initial starting price.
I'm trying to find a way to hide these price fields from the customer -- if this is even possible. Obviously, I don't want the customer to realize that if they can get more for their product if they check a different box until they reach the total offer price at the end.
Please let me know if there is something in the code that I can tweak to hide the pricing fields; I'm currently looking in form_display.php but I'm not finding anything (PHP newbie as well).
Thanks very much!!