You are viewing limited content. For full access, please sign in.

Question

Question

Forms radio button conditions

asked on February 26, 2020

im trying to set conditions on radio buttons, I want the staff to be sent an email if any of the checkboxes are checked or if any of the radio buttons are selected.  I have the syntax for the checkboxes down, however for the radio buttons, will it be:

checkbox1="checked" or

checkbox2="checked" or

checkbox43="checked" or

radio button = "true"

 

0 0

Answer

SELECTED ANSWER
replied on February 26, 2020

Hi Liza,

I think you'll need to use:

Radio_Button != ""

I.e. the radio button's value is not blank

Cheers! Dan

1 0
replied on February 26, 2020

Thanks!

0 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.