Custom CSS code needed to show field

Derrick_Sanchez
Level 1

Custom CSS code needed to show field

I'm currently working on a form, specifically, I want to use visibility rules and show a field if the answers to two other fields are "no". However, I only see that you can make it dependent on one field. Is this true?

As an alternative, support let me know that you can use custom code to achieve. Does anyone know a way to achieve this?

3 REPLIES 3
SanfordWhiteman
Level 10 - Community Moderator

Re: Custom CSS code needed to show field

It's not custom CSS, it's custom JS that is needed.

If you point to a page with your form and describe the interaction you want I can give you some pointers.

Derrick_Sanchez
Level 1

Re: Custom CSS code needed to show field

Hi Sanford Whiteman
This form is located here: https://www.49ers.com/tickets/cfp-national-championship/suites

I basically want to show a new radio field if a person selects "no" for both suites and sponsorships.

SanfordWhiteman
Level 10 - Community Moderator

Re: Custom CSS code needed to show field

Please add that other radio set to the form (as always visible) so it can be targeted.

Make sure all the Visibility Rules are off on the form, since we'll be doing the same via JS.