Hi,
Is it possible to calculate a total and assign that total value to a hidden field?
I have various Tabs. Each tab contains a number of elements where the user can select 1 option (don't like / like / fantastic) per element. Each option has a correspondent value.
I would like to maintain a total score for all fields in that tab.
I understand that it requires coding, and that I have to encode myself the fields for each tab.
But how should the coding for a tab look like?
And how to assign that total score/value to a hidden field?