• Resolved arjanwit

    (@arjanwit)


    Hi, I am on WP 6.5.2 with CF7 5.9.3 an Conditional Fields 2.4.10. Running php 8.1.

    My selector does not show the conditional fields when choosing an option. Running the tester on your site shows me the form is configured properly and is working. I am using Cache Enabler and CDN Cache from KeyCDN and I have excluded the pageid the form is on.

    Any clue what might be the issue?

    Regards,
    Arjan

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jules Colle

    (@jules-colle)

    Do you see any errors in your developer tools console?

    Could you follow these steps so we can narrow down the problem? https://conditional-fields-cf7.bdwm.be/docs/troubleshooting/does-not-work-with-a-third-party-theme-or-plugin/

    Thread Starter arjanwit

    (@arjanwit)

    Hi,

    I figured out that the conditional fields are not working due to the theme. Now I need to figure out how the conditional fields are displayed. I have created a form with 3 radio buttons nd depending on which radio is selected, conditional fields should be displayed. But they are not.

    The console log does not show me any errors. How does the conditional field selector work? Dos it work with Javascript? If so, which script?

    Regards,
    Arjan

    Plugin Author Jules Colle

    (@jules-colle)

    These lines are probably what you are looking for:

    js/script.js line 278

    $group.animate(wpcf7cf_show_animation, animation_intime).trigger('wpcf7cf_show_group'); // show with animation

    js/scripts.js line 314:

    $group.animate(wpcf7cf_hide_animation, animation_outtime).trigger('wpcf7cf_hide_group'); // hide
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Conditional Fields not working’ is closed to new replies.