• Resolved samuelkobe

    (@samuelkobe)


    WordPress 6.0.2
    Custom theme, Vue.js, Tailwindcss 3, Node.js, and Webpack.

    Hi I am having an issue getting your simple example working in my Contact Form 7 form. I am trying to test your check box Example.

    In the form I have pasted:

    [checkbox checkbox-1 use_label_element "hi" "hello" "hey"]
    [group hi]hi there[/group]
    [group hello]hello there[/group]
    [group hey]hey there[/group]
    
    <div class="flex">
        [submit "Submit"]
    </div>

    In the Conditions I have pasted:

    show [hi] if [checkbox-1] equals "hi"
    show [hello] if [checkbox-1] equals "hello"
    show [hey] if [checkbox-1] equals "hey"
    

    I am seeing:
    I see the 3 checkboxes and my submit button, but selecting any check box does nothing. I am not getting any errors in my console, the only other plugin I currently have installed in Advanced Custom Fields Pro.

    Additionally, I have used your plugin in the past, and 2 year ago got it working on this simple site: Form example. The last option triggers the condition if the Radio is yes. Not sure if it is working because its a Radio and not a Checkbox though.

    • This topic was modified 2 years, 6 months ago by samuelkobe.

    The page I need help with: [log in to see the link]

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

    (@jules-colle)

    Can you share the link to your website where it’s not working?

    My first guess is that the scripts aren’t loading. If you are using a custom theme this could be because you didn’t add wp_footer() to your footer.php file (see https://conditional-fields-cf7.bdwm.be/docs/troubleshooting/rule-3-your-theme-needs-to-call-wp_footer/)

    Another reason could be that you are using some kind of caching or minifying function. (This doesn’t necessarily need to come from a plugin but could be a server configuration.) Try disabling it and see if that changes anything.

    If you can share the link I can have a closer look and maybe figure out the problem.

Viewing 1 replies (of 1 total)
  • The topic ‘Currently Not working.’ is closed to new replies.