I would like to have a form that captures the date to determine the price for a product.
I have a product that is priced "X" on the weekends and "Y" during weekdays. Thus, there are only two prices.
I would like a date field to determine the price to use, or I could even go as far as having a drop down box that user selects saying "Weekend" or "Weekday"
Then, based on that selection I need a price to be used on any and all calculations throughout the rest of the form. Does this make sense?
In other words, if they select "Weekend" then the price is $50 per person. I need to hold that $50 and use it to be multiplied by another field (quantity) which would be number of persons. The weekday price might be $47, so total calculated would be different.