VictoriaYudin
IS-IT--Management
I am using Adobe LiveCycle Designer in Acrobat Pro 9.0. I have a form with a choice for 8 radio buttons - each is a user count. I would like to create a numeric field that shows the a price based on the user count radio button selected. So, something like:
if RadioButton = 1 then $100
else if RadioButton = 2 then $200
else if RadioButton = 3 then $400
else if RadioButton = 4 then $600
...
I cannot find the right syntax for this anywhere, is this possible to do? I am using FormCalc as the language.
Thanks!
Victoria Yudin
Dynamics GP MVP 2005 - 2009
Flexible Solutions - home of GP Reports
blog:
if RadioButton = 1 then $100
else if RadioButton = 2 then $200
else if RadioButton = 3 then $400
else if RadioButton = 4 then $600
...
I cannot find the right syntax for this anywhere, is this possible to do? I am using FormCalc as the language.
Thanks!
Victoria Yudin
Dynamics GP MVP 2005 - 2009
Flexible Solutions - home of GP Reports
blog: