Skip to main content
amyh30702038
Participant
June 8, 2017
Answered

Radio button selected, certain text fields are required

  • June 8, 2017
  • 1 reply
  • 549 views

I am working on an interactive form for work.  I want to tell it that if this radio button is selected, then these text fields must be completed before they can email the form back to me.  How do I create that logic?

This topic has been closed for replies.
Correct answer gkaiseril

A Radio Button or Check Box individual button or group of buttons has a string value of "Off" when no selection has been made. You only need to test for the value to be not equal to "Off".

1 reply

gkaiserilCorrect answer
Inspiring
June 8, 2017

A Radio Button or Check Box individual button or group of buttons has a string value of "Off" when no selection has been made. You only need to test for the value to be not equal to "Off".