I'm using gf with a shopping cart. I need to show both the label and value for the selected option of an option field in the shopping cart review and order pages. I need the label in order summary table and the the value I use to generate a product code somewhere else.
To that end, would it be possible to have a field populate with a value depending on the value of another field. Exampe, if option 'a' is selected in one field, another field is then given a value 'x'. The field with 'x' value would then be used to generate a merge tag for the product code. So I'm basically trying to create the value I need for a field in another field. :) BTW, I have my form split into two pages enabling me to populate the product code field depending on choices entered.
Thank-you!