Hello!
Looking for some JavaScript assistance. I have a radio button with three choices. I have a separate text field that I want to populate with a 3 digit doc ID code depending on which radio button option is selected.
Appreciate any help!
Hello!
Looking for some JavaScript assistance. I have a radio button with three choices. I have a separate text field that I want to populate with a 3 digit doc ID code depending on which radio button option is selected.
Appreciate any help!
Hey Thomas, I don't think JS is necessary here. You can assign a value to a radio button, then use a regular expression to pull the value into a single line field.
Here's the RB field (variable as 'Radio_Button):
In the single line field, you just use the expression '=Radio_Button'
Selecting a radio button option will produce whatever is in the 'value assigned' of the radio button selected