Skip to main content
Participating Frequently
September 16, 2023
Question

If Radio Button is Check then Text Field 2 = Text Field 1 else null

  • September 16, 2023
  • 1 reply
  • 385 views

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

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
September 16, 2023

Do you want the user to be able to fill in the field manually in the latter scenario?

Participating Frequently
September 24, 2023

This is a client form to be emailed to the client. I want them to check the radio button 🔘 (yes or no) manually as they are filling out the form. If they check the yes button, the mailing address will auto populate with what was entered into the business address. If they check the no button, they manually enter the mailing address.