Here is what I'm looking to do: I run a site for a volunteer organization that sends trips 4 seasons each year. The cost for the trips is different each season. We use a content type "Trip Application" which contains everything for each applicant, including information about payment. The applicant must select which season they are applying for from a drop-down.
Would it be possible to make a dynamic field in this content type that changes based on the season selected for the application? Say, if the user selects "Summer" this field would fill in with the trip cost for summer, etc... so that ViewsCalc could take that number and do the balance calculations automatically regardless of the seasons' differences.
I have tried Conditional Fields, but it only worked for ONE season and ONE value, and failed when I tried to add multiple dependencies. Currently I am just using one flat number in ViewsCalc and am having to calculate the difference in the seasons' prices manually for each applicant.
Any suggestions would be much appreciated! Thank you!