Force a drop down field to commit values based on another field selection
Hi all,
I have looked everywhere for a solution that I think should be easy but I dont think it is, so long time reader, 1st time poster!
I have been tasked with calculating a product price which depends on 5 variables (3 drop down fields and 2 calculated text fields)
I have a solution which may not be the greatest where:
- I have a hidden text field that combines the values of all 5 fields to get a unique identifier with a comination of letters and numbers. - Text9
- I have added these unique indetifiers (94 in total) to a hidden drop down field with the export value of the price - PricingExport
- The value of PricingExport drop down is selected based on a custom calculation getting the value from Text9
- I have another text field TotalPrice to get the export value of the PricingExport drop down.
This all works well except that the export value in TotalPrice only mirrors the unique Identifier, not the export value that I want - the export value only shows if I remove the calculation and manually make selctions in the drop down.
Is there a code I can add to the actions of the 5 required fields that will force the PricingExport field to commit its value, as if it was selected manually?
Or is there a better way to acheive this? I am happy to share the current codes I just thought that it may make it very messy!
Thank you in advance
