I have a radio button.
I need to populate the Action button in the table below based on the above field if it is not empty. If it is empty, the user will select the appropriate action.
Note that the items are not in the same order as the previous field. The "Send for Revision" choice should be selected if the "Send back for revision" choice is selected in the first field (#q191) and the "Reject" choice should be selected for the "Cancel" option.
I have tried to solve this from various posts in forms, but I am still learning to code and keep running into road blocks.
The code I thought was going to work, I found here...
Here is my code, but I think I have to refernce the radio buttons in a different manner. Is this correct and can you help?
Also, this form does loop, so I will clear #q191 with each loop. Will my value still hold in the table?