Copy link to clipboard
Copied
I am in the process of creating a packaging menu card where the user selects multiple radio buttons with different values and the total is calculated at the end. There will be varrying totals based on the users selections, so I am thinking that there will be quite a few if else statements, but I am struggling to figure out where to start. Below is the document without any Javascript, since my Java skills are quite rusty.
Copy link to clipboard
Copied
You don't need code for this. Once you set radio button choices to be prices you want, go to total field properties and under 'calculate' tab select 'Value is the' and then pick your radio fields, see image bellow:
Copy link to clipboard
Copied
If you set radio buttons choices to be prices, you can use "value is the,,," and just pick radio button groups.
Copy link to clipboard
Copied
Thank you for the response I think I am still unclear of how you would use "value is the,,,". Could you maybe provide a small code example snippet based on my document.
Copy link to clipboard
Copied
You don't need code for this. Once you set radio button choices to be prices you want, go to total field properties and under 'calculate' tab select 'Value is the' and then pick your radio fields, see image bellow:

