Is it possible to hide a drop-down or radio button choice with conditional logic? Or is there a workaround to show or hide a field based on an option? I am trying to add a third payment option only if they know a special code.
Is it possible to hide a drop-down or radio button choice with conditional logic? Or is there a workaround to show or hide a field based on an option? I am trying to add a third payment option only if they know a special code.
If you want to hide a choice, you can't do this with conditional logic. What you could do is have one dropdown with all the options and one with the missing option, and you could show the one with the missing option until they type in the correct special code, then you hide the one with the missing option and show the one with all the options.
That makes sense! Thank you very much for breaking it down!