Display Form - get value from selected radio button
I have a simple display form with a series of radio buttons. I need the selected value to be passed into a where clause in the subsequent query task. I assumed it would be stored in the button result value but it doesn't appear to be. Any tips?
0
-
Rebecca,
To get information from the form you will have to assign an Argument Name in the form designer for the specific form item. By doing this, an "Output Arguments" input box should display on the overall form tool in the workflow where you can assign a variable to the output. Unfortunately, radio buttons and check boxes only output Boolean results, so you would have to set up an elaborate "If" statement loop to handle those buttons. I would suggest using a combo box instead. This will allow you to get the value directly from what the user selects without the extra hassle. I hope this helps!0 -
Thanks for the suggestions! A combo box might be a better option in this case. :) 0 -
Here is a workflow example for using Radio Buttons if you choose to go that route.
https://drive.google.com/open?id=0BxXPgwWy-4d9TVlqQVp3Z3I1R2JuWWJFWE1HZm9hSk1BLXZv
Cheerrs...Rick0
Please sign in to leave a comment.
Comments
3 comments