Skip to main content
Participant
August 26, 2022
Answered

Radio Button Value

  • August 26, 2022
  • 1 reply
  • 457 views

I have a form with Radio Button. I want the overall "Total" to increase by 55 if the user selects Choice2, and not change at all if the user selects Choice1.

This topic has been closed for replies.
Correct answer try67

Change the export value from Choice2 to 55 and from Choice1 to 0 and then add that field to the sum used to calculate your total.

1 reply

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
August 26, 2022

Change the export value from Choice2 to 55 and from Choice1 to 0 and then add that field to the sum used to calculate your total.

Participant
August 26, 2022

Thank you. Such a simple fix. Worked great.