Question
If Radio Button is Check then Text Field 2 = Text Field 1 else null
I want to autofill fields based on the Radio button value.
Here is my example:
Is Mailing Address the same as the Business Address? (Yes/No Radio Buttons)
If the Yes Radio Button is Checked, then Mailing Address = Business Address. (Autopoulate)
If the No Radio Button is Checked, then the Mailing Address Field = null
