USING CF 3.2 / J 1.5
Basically, I want to get values from a field and auto populate another field with it's value. I may have several instances of this on the form to show a grand total at the bottom so the user doesn't have to fill the values twice.
So, here is a very basic example: user has three options... Red, blue and green. (The values of those are Red=$10, Blue=$20, Green=$30) NOTE: I am not trying to calculate anything just show the value from another field.
at the bottom of the form, a text field labeled Grand total automatically gets the value they chose and fills in the text field.
Can anyone point me in the right direction? Thanks.
Basically, I want to get values from a field and auto populate another field with it's value. I may have several instances of this on the form to show a grand total at the bottom so the user doesn't have to fill the values twice.
So, here is a very basic example: user has three options... Red, blue and green. (The values of those are Red=$10, Blue=$20, Green=$30) NOTE: I am not trying to calculate anything just show the value from another field.
at the bottom of the form, a text field labeled Grand total automatically gets the value they chose and fills in the text field.
Can anyone point me in the right direction? Thanks.