Field still displaying even though conditional logic is setup correctly [RESOLVED]

Type of Other field should only display when Other is selected in Service Frequency
However it is displaying the whole time
Screenshot of the form fields

Screenshot - Conditional Logic is set up properly I think

I’m not sure if this is related but I get a console.log error when clicking on a radio button

VM3891:404 Uncaught ReferenceError: gformToggleRadioOther is not defined
    at HTMLInputElement.onchange (VM3891:404:152)

Conditional logic is a JavaScript based feature, so any JavaScript error in the page can break this functionality.

I can’t replicate the above error in a default WordPress installation, so it seems to be something tied to your site. I would recommend you to perform a conflict test.

@sacom
Sounds good.
I’ll try the conflict test.

I solved it.

I realised the jquery script was deregistered so I had to reregister it because Gravity Forms relies on jquery as a dependency.

$deps = array( 'jquery' )

1 Like