Skip to main content

Display Form - get value from selected radio button

Comments

3 comments

  • Permanently deleted user
    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
  • Permanently deleted user
    Thanks for the suggestions!  A combo box might be a better option in this case. :)
    0
  • Richard Diaz
    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...Rick
    0

Please sign in to leave a comment.