Setting dynamic radio button to default

Setting dynamic radio button to default

Comments

  • Hi Support,

    I have a form with a radio button list that dynamically displays radio options based on a truth table. If I would like one of the buttons to always be the default, how would I set this up on the form?
    [i]edited by Karen on 4/4/2019[/i]

  • Hello,
    If youre passing the value list for the Radio Buttons into the form, you can set the default selected value on the form itself. In the flow designer, when you pass these values into the form, you have the option of passing in both the value list of available options and the single selected value from that Radio list. (Please note that the selected value must be present in the list for it to be selected.)
    If youre using a Data Flow, its possible to do something similar. On the output of your data flow, use the same field name as whatever the selected radio option is.

Sign In or Register to comment.