I have a form that has a "Status" text field and multiple radio buttons named: Submitted for Approval, Authorized, Not Authorized, Items Received, and Items Distributed. I need the Status to auto populate depending on which radio button is selected.
For example, when the "Submitted for Approval" radio button is selected, I want the Status to be "Submitted for Approval", then when the "Authorized" radio button is selected, I want the Status to be "Authorized", and so on. How do I do this?
Thank you!