You are viewing limited content. For full access, please sign in.

Question

Question

Based on the radio Button selected Place the results in a single field.

asked on January 27, 2022

In forms, I'm trying to get the the selection from the radio button to populate in the single field text. 

For example in the screenshot attached. When the user selects radio button "Return to Courts" I want that result in the sections label Cancelled to say "yes" . 

 

0 0

Answer

SELECTED ANSWER
replied on January 27, 2022

You can do this with a calculation/formula.

The exact variable names and value comparisons are going to depend on how you set up all your fields, but it would be something like this:

=IF(Cancel_Radio="Return to Courts","Yes","No")

Where you replace Cancel_Radio with the variable name for your radio (you can select it from the > menu in the advanced tab of the field editor in the calculation section).

Just note that if you checked the "Assign values to choices" option in your radio field, then you need to use those values, not the display text.

1 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.