I'm creating a form for a product. When the user selects the county the live in, I want to populate 2 separate product fields, with the cost associated with their county. I know that I can use a product drop down and use the total cost associated with their county, but the customer would like the 2 costs listed separately.
i.e - User chooses Orange County
Exam fee = $40
Travel fee = $100
Can this be done with a calculated product field? Or do I need to create a function and use a hook with the onchange event (if this can be done, please point me to an example)